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

  /external/llvm/lib/Target/Sparc/
SparcTargetObjectFile.cpp 26 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", Mang, TM);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 89 GVSym = P.getSymbolWithGlobalValueBase(GV, "$stub");
93 GVSym = P.getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
104 MCSymbol *Sym = P.getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
111 MCSymbol *Sym = P.getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
119 MCSymbol *Sym = P.getSymbolWithGlobalValueBase(GV, "$stub");
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 139 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 338 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 104 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase(
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 95 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", Mang, TM);
680 getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", Mang, TM);
708 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", Mang, TM);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 202 SymToPrint = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
211 SymToPrint = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]

Completed in 1666 milliseconds