Searched refs:getSymbolSectionName (Results 1 – 5 of 5) sorted by relevance
70 Obj.getSymbolSectionName(SymbolEntPtr); in dumpSymbols()
332 getSymbolSectionName(const XCOFFSymbolEntry *SymEntPtr) const;
324 unwrapOrError(Obj.getFileName(), Obj.getSymbolSectionName(SymbolEntPtr)); in printSymbol()
368 Expected<StringRef> getSymbolSectionName(const Elf_Sym &Symbol,870 Expected<StringRef> NameOrErr = getSymbolSectionName(Symbol, *SectionIndex); in getFullSymbolName()932 ELFDumper<ELFT>::getSymbolSectionName(const Elf_Sym &Symbol, in getSymbolSectionName() function in ELFDumper6434 this->getSymbolSectionName(Symbol, *SectionIndex); in printSymbolSection()
504 XCOFFObjectFile::getSymbolSectionName(const XCOFFSymbolEntry *SymEntPtr) const { in getSymbolSectionName() function in llvm::object::XCOFFObjectFile