reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
191 case X86II::MO_GOTOFF: O << "@GOTOFF"; break;
lib/Target/X86/X86FastISel.cpp 3782 else if (OpFlag == X86II::MO_GOTOFF)
lib/Target/X86/X86InstrInfo.cpp 7708 {MO_GOTOFF, "x86-gotoff"},
lib/Target/X86/X86InstrInfo.h 96 case X86II::MO_GOTOFF: // isPICStyleGOT: local global.
lib/Target/X86/X86InstructionSelector.cpp 1471 if (OpFlag == X86II::MO_PIC_BASE_OFFSET || OpFlag == X86II::MO_GOTOFF) {
lib/Target/X86/X86MCInstLower.cpp 253 case X86II::MO_GOTOFF:
lib/Target/X86/X86Subtarget.cpp88 return X86II::MO_GOTOFF; 94 return X86II::MO_GOTOFF; // Local symbols use GOTOFF. 119 return X86II::MO_GOTOFF;