HomeSort by relevance Sort by last modified time
    Searched refs:GetSymbolWithGlobalValueBase (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 94 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/include/llvm/CodeGen/
AsmPrinter.h 294 /// GetSymbolWithGlobalValueBase - Return the MCSymbol for a symbol with
297 MCSymbol *GetSymbolWithGlobalValueBase(const GlobalValue *GV,
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 205 SymToPrint = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
214 SymToPrint = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
621 MCSymbol *NLPSym = GetSymbolWithGlobalValueBase(*I, "$non_lazy_ptr");
  /external/llvm/lib/Target/CellSPU/
SPUAsmPrinter.cpp 279 O << *GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 856 MCSymbol *MCSym = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
    [all...]

Completed in 375 milliseconds