Searched refs:getSymbolSectionName (Results 1 – 4 of 4) sorted by relevance
644 Expected<StringRef> getSymbolSectionName(XCOFFSymbolRef Ref) const;
759 unwrapOrError(Obj.getFileName(), Obj.getSymbolSectionName(SymbolEntRef)); in printSymbol()
406 Expected<StringRef> getSymbolSectionName(const Elf_Sym &Symbol,968 Expected<StringRef> NameOrErr = getSymbolSectionName(Symbol, *SectionIndex); in getFullSymbolName()1031 ELFDumper<ELFT>::getSymbolSectionName(const Elf_Sym &Symbol, in getSymbolSectionName() function in ELFDumper7192 this->getSymbolSectionName(Symbol, *SectionIndex); in printSymbolSection()
814 XCOFFObjectFile::getSymbolSectionName(XCOFFSymbolRef SymEntPtr) const { in getSymbolSectionName() function in llvm::object::XCOFFObjectFile