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

  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 93 GVSym = GetSymbolWithGlobalValueBase(GV, "$stub");
97 GVSym = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
107 MCSymbol *Sym = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
114 MCSymbol *Sym = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
121 MCSymbol *Sym = GetSymbolWithGlobalValueBase(GV, "$stub");
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 301 /// GetSymbolWithGlobalValueBase - Return the MCSymbol for a symbol with
304 MCSymbol *GetSymbolWithGlobalValueBase(const GlobalValue *GV,
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 199 SymToPrint = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
208 SymToPrint = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1302 milliseconds