Searched refs:getSectionIndex (Results 1 – 17 of 17) sorted by relevance
117 uint32_t secIndex = file->getSectionIndex(sym); in findAux()
240 uint32_t getSectionIndex(const Elf_Sym &sym) const;
365 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const { in getSectionIndex() function in ObjFile367 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable), in getSectionIndex()
265 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;465 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
370 Expected<uint32_t> getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms,430 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, in getSectionIndex() function459 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable); in getSection()
180 uint64_t getSectionIndex(DataRefImpl Sec) const override;
292 uint64_t getSectionIndex(DataRefImpl Sec) const override;839 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
513 uint64_t getSectionIndex(DataRefImpl Sec) const override;
419 uint64_t getSectionIndex(DataRefImpl Sec) const override;
952 uint64_t getSectionIndex(DataRefImpl Sec) const override;
220 findSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
229 findSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
126 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections()
348 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in llvm::object::XCOFFObjectFile
285 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in COFFObjectFile
1729 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in WasmObjectFile
1931 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in MachOObjectFile