Searched refs:getSymbolSection (Results 1 – 7 of 7) sorted by relevance
218 Expected<section_iterator> getSymbolSection(const Elf_Sym *Symb,220 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;534 ELFObjectFile<ELFT>::getSymbolSection(const Elf_Sym *ESym, in getSymbolSection() function551 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function554 return getSymbolSection(Sym, SymTab); in getSymbolSection()
207 getSymbolSection(DataRefImpl Symb) const = 0;332 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection()
213 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
729 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
423 MachO->getSymbolSection(I->Sym.getRawDataRefImpl()); in darwinPrintSymbol()856 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb); in getSymbolNMTypeChar()
525 Expected<section_iterator> SecOrError = getSymbolSection(Symb); in getSymbolType()576 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in MachOObjectFile
238 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const { in getSymbolSection() function in COFFObjectFile