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

1 2 3

  /external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 54 Symbol = AP.GetExternalSymbolSymbol(MO.getSymbolName());
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 37 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
WebAssemblyAsmPrinter.cpp 250 GetExternalSymbolSymbol(MO.getSymbolName())->print(OS, MAI);
  /external/llvm/lib/Target/AArch64/
AArch64CleanupLocalDynamicTLSPass.cpp 68 strcmp(I->getOperand(0).getSymbolName(), "_TLS_MODULE_BASE_"))
AArch64MCInstLower.cpp 41 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
96 StringRef(MO.getSymbolName()) == "_TLS_MODULE_BASE_" &&
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 48 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 52 Symbol = AsmPrinter.GetExternalSymbolSymbol(MO.getSymbolName());
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 54 Symbol = Printer.GetExternalSymbolSymbol(MO.getSymbolName());
  /external/llvm/include/llvm/LTO/
LTOModule.h 145 const char *getSymbolName(uint32_t index) {
  /external/llvm/lib/Object/
ObjectFile.cpp 49 ErrorOr<StringRef> Name = getSymbolName(Symb);
  /external/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp 77 MCSymbol *Sym = Ctx.getOrCreateSymbol(StringRef(MO.getSymbolName()));
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 93 GetExternalSymbolSymbol(MO.getSymbolName()));
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 126 MCO = GetSymbolRef(MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()),
  /external/llvm/lib/Target/NVPTX/
NVPTXReplaceImageHandles.cpp 154 StringRef Sym = TexHandleDef.getOperand(6).getSymbolName();
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 189 /// getSymbolName - get the symbol name with the given index
190 const std::string& getSymbolName(size_t pSymIdx) const;
  /external/llvm/include/llvm/Object/
ObjectFile.h 196 virtual ErrorOr<StringRef> getSymbolName(DataRefImpl Symb) const = 0;
306 return getObject()->getSymbolName(getRawDataRefImpl());
COFF.h 650 ErrorOr<StringRef> getSymbolName(DataRefImpl Symb) const override;
754 std::error_code getSymbolName(COFFSymbolRef Symbol, StringRef &Res) const;
755 std::error_code getSymbolName(const coff_symbol_generic *Symbol,
859 std::error_code getSymbolName(StringRef &Result) const;
880 std::error_code getSymbolName(StringRef &Result) const;
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 206 outs() << Module->getSymbolName(I) << "\n";
297 StringRef Name = Module->getSymbolName(I);
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]
  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 91 if (auto EC = Ref.getSymbolName(Name))
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 267 const char *AsmStr = MI->getOperand(0).getSymbolName();
MipsMCInstLower.cpp 87 Symbol = AsmPrinter.GetExternalSymbolSymbol(MO.getSymbolName());
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 60 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL);
  /external/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 105 MIB.addExternalSymbol(JumpTarget.getSymbolName(),
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 177 /// getSymbolName - get the symbol name with the given index
178 const std::string& Archive::getSymbolName(size_t pSymIdx) const {

Completed in 1369 milliseconds

1 2 3