Home
last modified time | relevance | path

Searched refs:getSymbolWithGlobalValueBase (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp89 GVSym = P.getSymbolWithGlobalValueBase(GV, "$stub"); in printSymbolOperand()
93 GVSym = P.getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printSymbolOperand()
104 MCSymbol *Sym = P.getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printSymbolOperand()
111 MCSymbol *Sym = P.getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printSymbolOperand()
119 MCSymbol *Sym = P.getSymbolWithGlobalValueBase(GV, "$stub"); in printSymbolOperand()
/external/llvm/lib/Target/Sparc/
DSparcTargetObjectFile.cpp26 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", Mang, TM); in getTTypeGlobalReference()
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h139 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp95 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", Mang, TM); in getTTypeGlobalReference()
680 getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", Mang, TM); in getTTypeGlobalReference()
708 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", Mang, TM); in getCFIPersonalitySymbol()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp104 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase( in getSymbolWithGlobalValueBase() function in TargetLoweringObjectFile
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h338 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp202 SymToPrint = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printOperand()
211 SymToPrint = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printOperand()
1436 MCSymbol *NLPSym = getSymbolWithGlobalValueBase(*I, "$non_lazy_ptr"); in doFinalization()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2314 MCSymbol *AsmPrinter::getSymbolWithGlobalValueBase(const GlobalValue *GV, in getSymbolWithGlobalValueBase() function in AsmPrinter
2316 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, *Mang, in getSymbolWithGlobalValueBase()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp842 MCSymbol *MCSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in GetARMGVSymbol()