Searched refs:getSymbolSectionName (Results 1 – 5 of 5) sorted by relevance
126 Obj.getSymbolSectionName(SymbolEntRef); in dumpSymbols()
637 Expected<StringRef> getSymbolSectionName(XCOFFSymbolRef Ref) const;
758 unwrapOrError(Obj.getFileName(), Obj.getSymbolSectionName(SymbolEntRef)); in printSymbol()
387 Expected<StringRef> getSymbolSectionName(const Elf_Sym &Symbol,904 Expected<StringRef> NameOrErr = getSymbolSectionName(Symbol, *SectionIndex); in getFullSymbolName()967 ELFDumper<ELFT>::getSymbolSectionName(const Elf_Sym &Symbol, in getSymbolSectionName() function in ELFDumper6775 this->getSymbolSectionName(Symbol, *SectionIndex); in printSymbolSection()
806 XCOFFObjectFile::getSymbolSectionName(XCOFFSymbolRef SymEntPtr) const { in getSymbolSectionName() function in llvm::object::XCOFFObjectFile