Searched defs:getSymbolName (Results 1 – 5 of 5) sorted by relevance
148 ErrorOr<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const { in getSymbolName() function in COFFObjectFile857 std::error_code COFFObjectFile::getSymbolName(COFFSymbolRef Symbol, in getSymbolName() function in COFFObjectFile862 std::error_code COFFObjectFile::getSymbolName(const coff_symbol_generic *Symbol, in getSymbolName() function in COFFObjectFile1313 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName() function in ExportDirectoryEntryRef1350 ImportedSymbolRef::getSymbolName(StringRef &Result) const { in getSymbolName() function in ImportedSymbolRef
330 ErrorOr<StringRef> MachOObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName() function in MachOObjectFile
145 const char *getSymbolName(uint32_t index) { in getSymbolName() function
466 const char *getSymbolName() const { in getSymbolName() function
357 ErrorOr<StringRef> ELFObjectFile<ELFT>::getSymbolName(DataRefImpl Sym) const { in getSymbolName() function