Searched refs:getSymbolName (Results 1 - 25 of 97) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordName.h18 StringRef getSymbolName(CVSymbol Sym);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h54 const std::string &getSymbolName() const;
66 const std::string &getSymbolName() const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp98 const std::string &DuplicateDefinition::getSymbolName() const { function in class:llvm::orc::DuplicateDefinition
115 const std::string &JITSymbolNotFound::getSymbolName() const { function in class:llvm::orc::JITSymbolNotFound
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFMCInstLower.cpp33 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
H A DBPFAsmPrinter.cpp100 O << *GetExternalSymbolSymbol(MO.getSymbolName());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp52 Symbol = AP.GetExternalSymbolSymbol(MO.getSymbolName());
/netbsd-current/external/bsd/elftosb/dist/common/
H A DStELFFile.cpp405 std::string StELFFile::getSymbolName(const Elf32_Sym & inSymbol) function in class:StELFFile
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);
H A DELFSourceFile.cpp262 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);
H A DStELFFile.h139 std::string getSymbolName(const Elf32_Sym & inSymbol);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp50 Symbol = Printer.GetExternalSymbolSymbol(MO.getSymbolName());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp48 Symbol = Printer.GetExternalSymbolSymbol(MO.getSymbolName());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp86 MO, Printer.GetExternalSymbolSymbol(MO.getSymbolName()));
H A DAVRAsmPrinter.cpp78 O << *GetExternalSymbolSymbol(MO.getSymbolName());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp44 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp47 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp51 Symbol = AsmPrinter.GetExternalSymbolSymbol(MO.getSymbolName());
/netbsd-current/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dxcoff2yaml.cpp61 Expected<StringRef> SymNameRefOrErr = Obj.getSymbolName(SymbolDRI);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegUsageInfoPropagate.cpp95 return M.getFunction(MO.getSymbolName());
H A DMachineStableHash.cpp115 stable_hash_combine_string(MO.getSymbolName()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp61 const char *Name = MO.getSymbolName();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp73 strcmp(I->getOperand(0).getSymbolName(), "_TLS_MODULE_BASE_"))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp61 MI, MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()), AP);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp77 if (codeview::getSymbolName(Record) == Name)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMCInstLower.cpp60 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPeephole.cpp158 StringRef Name(Op1.getSymbolName());

Completed in 508 milliseconds

1234