reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
17877     OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod);
17879     OpFlags = Subtarget.classifyGlobalReference(GV, Mod);
17880   bool HasPICReg = isGlobalRelativeToPICBase(OpFlags);
17881   bool NeedsLoad = isGlobalStubReference(OpFlags);
17891     if (OpFlags == X86II::MO_NO_FLAG &&
17895     Result = DAG.getTargetGlobalAddress(GV, dl, PtrVT, GlobalOffset, OpFlags);
17898     Result = DAG.getTargetExternalSymbol(ExternalSym, PtrVT, OpFlags);
17906   Result = DAG.getNode(getGlobalWrapperKind(GV, OpFlags), dl, PtrVT, Result);