Searched refs:GetSymbolWithGlobalValueBase (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp94 GVSym = GetSymbolWithGlobalValueBase(GV, "$stub");
98 GVSym = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
108 MCSymbol *Sym = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
115 MCSymbol *Sym = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
122 MCSymbol *Sym = GetSymbolWithGlobalValueBase(GV, "$stub");
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp207 SymToPrint = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
216 SymToPrint = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
655 MCSymbol *NLPSym = GetSymbolWithGlobalValueBase(*I, "$non_lazy_ptr");
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h295 /// GetSymbolWithGlobalValueBase - Return the MCSymbol for a symbol with
298 MCSymbol *GetSymbolWithGlobalValueBase(const GlobalValue *GV,
/external/llvm/lib/Target/CellSPU/
H A DSPUAsmPrinter.cpp277 O << *GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1993 /// GetSymbolWithGlobalValueBase - Return the MCSymbol for a symbol with
1996 MCSymbol *AsmPrinter::GetSymbolWithGlobalValueBase(const GlobalValue *GV, function in class:AsmPrinter
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp882 MCSymbol *MCSym = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");

Completed in 192 milliseconds