Searched refs:getSymbolWithGlobalValueBase (Results 1 – 9 of 9) sorted by relevance
/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 | 129 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 103 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase( in getSymbolWithGlobalValueBase() function in TargetLoweringObjectFile
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 96 GVSym = P.getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printSymbolOperand() 107 MCSymbol *Sym = P.getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printSymbolOperand()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 94 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", Mang, TM); in getTTypeGlobalReference() 683 getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", Mang, TM); in getTTypeGlobalReference() 709 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", Mang, TM); in getCFIPersonalitySymbol()
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 348 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 201 SymToPrint = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printOperand() 1357 getSymbolWithGlobalValueBase(Personality, "$non_lazy_ptr"); in doFinalization()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2386 MCSymbol *AsmPrinter::getSymbolWithGlobalValueBase(const GlobalValue *GV, in getSymbolWithGlobalValueBase() function in AsmPrinter 2388 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, *Mang, in getSymbolWithGlobalValueBase()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 920 MCSymbol *MCSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in GetARMGVSymbol()
|