HomeSort by relevance Sort by last modified time
    Searched refs:getSymbolName (Results 1 - 25 of 50) sorted by null

1 2

  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 89 GetExternalSymbolSymbol(MO.getSymbolName()));
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 79 MCO = GetSymbolRef(MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()),
HexagonAsmPrinter.cpp 98 O << *GetExternalSymbolSymbol(MO.getSymbolName());
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 105 O << MAI->getGlobalPrefix() << MO.getSymbolName();
MSP430MCInstLower.cpp 46 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 74 StringRef Name = MO.getSymbolName();
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 54 Symbol = Printer.GetExternalSymbolSymbol(MO.getSymbolName());
XCoreAsmPrinter.cpp 223 O << MO.getSymbolName();
  /external/llvm/tools/lto/
LTOModule.h 114 /// getSymbolName - Get the name of the symbol at the specified index.
115 const char *getSymbolName(uint32_t index) {
lto.cpp 117 return mod->getSymbolName(index);
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 121 MCOp = lowerSymbolOperand(MO, GetExternalSymbolSymbol(MO.getSymbolName()));
AArch64AsmPrinter.cpp 117 Name = MO.getSymbolName();
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 87 Symbol = AsmPrinter.GetExternalSymbolSymbol(MO.getSymbolName());
MipsCodeEmitter.cpp 181 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
228 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
MipsInstrInfo.cpp 271 const char *AsmStr = MI->getOperand(0).getSymbolName();
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 94 Obj.getSymbolName(Symbol, Sym.Name);
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 211 /// getSymbolName - get the symbol name with the given index
212 const std::string& getSymbolName(size_t pSymIdx) const;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 102 error_code COFFObjectFile::getSymbolName(DataRefImpl Symb,
105 return getSymbolName(symb, Result);
215 if (error_code ec = getSymbolName(Symb, name))
659 error_code COFFObjectFile::getSymbolName(const coff_symbol *symbol,
848 if (error_code ec = getSymbolName(sym, symname)) return ec;
  /external/llvm/include/llvm/Object/
COFF.h 215 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
297 error_code getSymbolName(const coff_symbol *symbol, StringRef &Res) const;
ObjectFile.h 292 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const = 0;
415 return OwningObject->getSymbolName(SymbolPimpl, Result);
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 41 Name += MO.getSymbolName();
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 125 O << MO.getSymbolName();
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 199 /// getSymbolName - get the symbol name with the given index
200 const std::string& Archive::getSymbolName(size_t pSymIdx) const
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 440 emitExternalSymbolAddress(RelocOp->getSymbolName(), RelocType);
    [all...]
X86AsmPrinter.cpp 142 TempNameStr += StringRef(MO.getSymbolName());
156 SymToPrint = GetExternalSymbolSymbol(MO.getSymbolName());

Completed in 531 milliseconds

1 2