/external/llvm/lib/Target/Sparc/ |
D | SparcTargetObjectFile.cpp | 26 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", Mang, TM); in getTTypeGlobalReference()
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcTargetObjectFile.cpp | 30 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", TM); in getTTypeGlobalReference()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcTargetObjectFile.cpp | 30 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", TM); in getTTypeGlobalReference()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 139 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
|
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 129 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 148 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 125 GVSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in PrintSymbolOperand() 138 MCSymbol *Sym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in PrintSymbolOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 116 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase( in getSymbolWithGlobalValueBase() function in TargetLoweringObjectFile
|
/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-project/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 127 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase( in getSymbolWithGlobalValueBase() function in TargetLoweringObjectFile
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 128 GVSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in PrintSymbolOperand() 141 MCSymbol *Sym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in PrintSymbolOperand()
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 348 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 467 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 526 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 395 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", TM); in getTTypeGlobalReference() 1074 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", TM); in getTTypeGlobalReference() 1100 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", TM); in getCFIPersonalitySymbol()
|
/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-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 415 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", TM); in getTTypeGlobalReference() 1279 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", TM); in getTTypeGlobalReference() 1305 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", TM); in getCFIPersonalitySymbol()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 477 return getSymbolWithGlobalValueBase(&GV, "$local"); in getSymbolPreferLocal() 3027 MCSymbol *AsmPrinter::getSymbolWithGlobalValueBase(const GlobalValue *GV, in getSymbolWithGlobalValueBase() function in AsmPrinter 3029 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, TM); in getSymbolWithGlobalValueBase()
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2885 MCSymbol *AsmPrinter::getSymbolWithGlobalValueBase(const GlobalValue *GV, in getSymbolWithGlobalValueBase() function in AsmPrinter 2887 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, TM); in getSymbolWithGlobalValueBase()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 183 SymToPrint = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in PrintSymbolOperand()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 920 MCSymbol *MCSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in GetARMGVSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 812 MCSymbol *MCSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in GetARMGVSymbol()
|