Searched refs:getSymbolWithGlobalValueBase (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 89 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/ |
D | SparcTargetObjectFile.cpp | 26 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", Mang, TM); in getTTypeGlobalReference()
|
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 139 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 95 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/ |
D | TargetLoweringObjectFile.cpp | 104 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase( in getSymbolWithGlobalValueBase() function in TargetLoweringObjectFile
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 338 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 202 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/ |
D | AsmPrinter.cpp | 2314 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/ |
D | ARMAsmPrinter.cpp | 842 MCSymbol *MCSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in GetARMGVSymbol()
|