Searched refs:GetSymbolWithGlobalValueBase (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 95 GVSym = GetSymbolWithGlobalValueBase(GV, "$stub"); in printSymbolOperand() 99 GVSym = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printSymbolOperand() 109 MCSymbol *Sym = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printSymbolOperand() 116 MCSymbol *Sym = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printSymbolOperand() 123 MCSymbol *Sym = GetSymbolWithGlobalValueBase(GV, "$stub"); in printSymbolOperand()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 204 SymToPrint = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printOperand() 213 SymToPrint = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printOperand() 597 MCSymbol *NLPSym = GetSymbolWithGlobalValueBase(*I, "$non_lazy_ptr"); in doFinalization()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | AsmPrinter.h | 289 MCSymbol *GetSymbolWithGlobalValueBase(const GlobalValue *GV,
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUAsmPrinter.cpp | 280 O << *GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printOp()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 829 MCSymbol *MCSym = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in GetARMGVSymbol()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1866 MCSymbol *AsmPrinter::GetSymbolWithGlobalValueBase(const GlobalValue *GV, in GetSymbolWithGlobalValueBase() function in AsmPrinter
|