Home
last modified time | relevance | path

Searched refs:GVIsIndirectSymbol (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp285 ARMSubtarget::GVIsIndirectSymbol(const GlobalValue *GV, in GVIsIndirectSymbol() function in ARMSubtarget
DARMInstrInfo.cpp113 if (!Subtarget.GVIsIndirectSymbol(GV, RM)) { in expandLoadStackGuard()
DARMSubtarget.h450 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
DARMAsmPrinter.cpp836 Subtarget->GVIsIndirectSymbol(GV, TM.getRelocationModel()); in GetARMGVSymbol()
DARMFastISel.cpp586 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM); in ARMMaterializeGV()
DARMBaseInstrInfo.cpp4066 if (Subtarget.GVIsIndirectSymbol(GV, RM)) { in expandLoadStackGuardBase()
DARMISelLowering.cpp2601 if (Subtarget->GVIsIndirectSymbol(GV, RelocM)) in LowerGlobalAddressDarwin()