Home
last modified time | relevance | path

Searched refs:getSectionIndex (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DDWARF.cpp117 uint32_t secIndex = file->getSectionIndex(sym); in findAux()
H A DInputFiles.h240 uint32_t getSectionIndex(const Elf_Sym &sym) const;
H A DInputFiles.cpp365 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const { in getSectionIndex() function in ObjFile
367 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable), in getSectionIndex()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h265 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;
465 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
H A DELF.h370 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() function
459 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable); in getSection()
H A DWasm.h180 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DELFObjectFile.h292 uint64_t getSectionIndex(DataRefImpl Sec) const override;
839 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
H A DXCOFFObjectFile.h513 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DMachO.h419 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DCOFF.h952 uint64_t getSectionIndex(DataRefImpl Sec) const override;
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp220 findSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
H A DMachO_arm64.cpp229 findSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
H A DMachOLinkGraphBuilder.cpp126 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections()
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp348 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp285 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in COFFObjectFile
H A DWasmObjectFile.cpp1729 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in WasmObjectFile
H A DMachOObjectFile.cpp1931 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in MachOObjectFile