Searched refs:getSymbolSectionName (Results 1 – 4 of 4) sorted by relevance
651 Expected<StringRef> getSymbolSectionName(XCOFFSymbolRef Ref) const;
765 unwrapOrError(Obj.getFileName(), Obj.getSymbolSectionName(SymbolEntRef)); in printSymbol()
408 Expected<StringRef> getSymbolSectionName(const Elf_Sym &Symbol,983 Expected<StringRef> NameOrErr = getSymbolSectionName(Symbol, *SectionIndex); in getFullSymbolName()1046 ELFDumper<ELFT>::getSymbolSectionName(const Elf_Sym &Symbol, in getSymbolSectionName() function in ELFDumper7348 this->getSymbolSectionName(Symbol, *SectionIndex); in printSymbolSection()
822 XCOFFObjectFile::getSymbolSectionName(XCOFFSymbolRef SymEntPtr) const { in getSymbolSectionName() function in llvm::object::XCOFFObjectFile