Searched refs:getSymbolSectionName (Results 1 – 4 of 4) sorted by relevance
658 Expected<StringRef> getSymbolSectionName(XCOFFSymbolRef Ref) const;
774 unwrapOrError(Obj.getFileName(), Obj.getSymbolSectionName(SymbolEntRef)); in printSymbol()
409 Expected<StringRef> getSymbolSectionName(const Elf_Sym &Symbol,984 Expected<StringRef> NameOrErr = getSymbolSectionName(Symbol, *SectionIndex); in getFullSymbolName()1047 ELFDumper<ELFT>::getSymbolSectionName(const Elf_Sym &Symbol, in getSymbolSectionName() function in ELFDumper7463 this->getSymbolSectionName(Symbol, *SectionIndex); in printSymbolSection()
827 XCOFFObjectFile::getSymbolSectionName(XCOFFSymbolRef SymEntPtr) const { in getSymbolSectionName() function in llvm::object::XCOFFObjectFile