HomeSort by: relevance | last modified time | path
    Searched refs:getSymbolName (Results 1 - 25 of 97) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
RecordName.h 18 StringRef getSymbolName(CVSymbol Sym);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
OrcError.h 54 const std::string &getSymbolName() const;
66 const std::string &getSymbolName() const;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
OrcError.cpp 98 const std::string &DuplicateDefinition::getSymbolName() const {
115 const std::string &JITSymbolNotFound::getSymbolName() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFMCInstLower.cpp 33 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
BPFAsmPrinter.cpp 100 O << *GetExternalSymbolSymbol(MO.getSymbolName());
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 52 Symbol = AP.GetExternalSymbolSymbol(MO.getSymbolName());
  /src/external/bsd/elftosb/dist/common/
StELFFile.cpp 405 std::string StELFFile::getSymbolName(const Elf32_Sym & inSymbol)
427 std::string symbolName = getSymbolName(symbol);
460 if (getSymbolName(mappingSymCountSym) == MAPPING_SYMBOL_COUNT_TAGSYM)
473 std::string mappingSymName = getSymbolName(mappingSym);
524 std::string name = getSymbolName(symbol);
ELFSourceFile.cpp 262 std::string symbolName = m_file->getSymbolName(symbol);
306 std::string symbolName = m_file->getSymbolName(symbolHeader);
337 std::string symbolName = m_file->getSymbolName(symbolHeader);
383 std::string thisSymbolName = m_file->getSymbolName(symbol);
StELFFile.h 139 std::string getSymbolName(const Elf32_Sym & inSymbol);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegUsageInfoPropagate.cpp 95 return M.getFunction(MO.getSymbolName());
MachineStableHash.cpp 115 stable_hash_combine_string(MO.getSymbolName()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64CleanupLocalDynamicTLSPass.cpp 73 strcmp(I->getOperand(0).getSymbolName(), "_TLS_MODULE_BASE_"))
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCMCInstLower.cpp 48 Symbol = Printer.GetExternalSymbolSymbol(MO.getSymbolName());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRMCInstLower.cpp 86 MO, Printer.GetExternalSymbolSymbol(MO.getSymbolName()));
AVRAsmPrinter.cpp 78 O << *GetExternalSymbolSymbol(MO.getSymbolName());
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiMCInstLower.cpp 44 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 47 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 51 Symbol = AsmPrinter.GetExternalSymbolSymbol(MO.getSymbolName());
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEMCInstLower.cpp 61 MI, MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()), AP);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
WebAssemblyUtilities.cpp 61 const char *Name = MO.getSymbolName();
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 50 Symbol = Printer.GetExternalSymbolSymbol(MO.getSymbolName());
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
xcoff2yaml.cpp 61 Expected<StringRef> SymNameRefOrErr = Obj.getSymbolName(SymbolDRI);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
GlobalsStream.cpp 77 if (codeview::getSymbolName(Record) == Name)
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kMCInstLower.cpp 60 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL);
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXReplaceImageHandles.cpp 154 StringRef Sym = TexHandleDef.getOperand(6).getSymbolName();

Completed in 32 milliseconds

1 2 3 4