HomeSort by relevance Sort by last modified time
    Searched refs:getSymbolName (Results 1 - 25 of 49) 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/XCore/
XCoreMCInstLower.cpp 54 Symbol = Printer.GetExternalSymbolSymbol(MO.getSymbolName());
  /external/llvm/tools/lto/
LTOModule.h 115 /// getSymbolName - Get the name of the symbol at the specified index.
116 const char *getSymbolName(uint32_t index) {
lto.cpp 118 return mod->getSymbolName(index);
  /external/llvm/include/llvm/Object/
COFF.h 110 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
192 error_code getSymbolName(const coff_symbol *symbol, StringRef &Res) const;
MachO.h 60 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
ObjectFile.h 295 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const = 0;
420 return OwningObject->getSymbolName(SymbolPimpl, Result);
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 104 MCOp = lowerSymbolOperand(MO, GetExternalSymbolSymbol(MO.getSymbolName()));
AArch64AsmPrinter.cpp 127 Name = MO.getSymbolName();
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 49 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
MBlazeAsmPrinter.cpp 244 O << *GetExternalSymbolSymbol(MO.getSymbolName());
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 87 Symbol = AsmPrinter.GetExternalSymbolSymbol(MO.getSymbolName());
MipsCodeEmitter.cpp 178 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
225 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
MipsInstrInfo.cpp 280 const char *AsmStr = MI->getOperand(0).getSymbolName();
  /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 101 error_code COFFObjectFile::getSymbolName(DataRefImpl Symb,
104 return getSymbolName(symb, Result);
214 if (error_code ec = getSymbolName(Symb, name))
620 error_code COFFObjectFile::getSymbolName(const coff_symbol *symbol,
817 if (error_code ec = getSymbolName(sym, symname)) return ec;
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 167 RelocID, MO.getSymbolName(), Cst);
PPCMCInstLower.cpp 39 Name += MO.getSymbolName();
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 99 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 445 emitExternalSymbolAddress(RelocOp->getSymbolName(), RelocType);
    [all...]

Completed in 324 milliseconds

1 2