Searched refs:getSectionIndex (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp94 uint32_t secIndex = file->getSectionIndex(sym);
H A DInputFiles.h217 uint32_t getSectionIndex(const Elf_Sym &sym) const;
H A DInputFiles.cpp367 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const { function in class:lld::elf::ObjFile
369 this->getObj().getSectionIndex(&sym, getELFSyms<ELFT>(), shndxTable),
1044 uint32_t secIdx = getSectionIndex(eSym);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h260 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;
443 return OwningObject->getSectionIndex(SectionPimpl);
H A DXCOFFObjectFile.h266 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DELF.h281 Expected<uint32_t> getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms,
336 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms, function in class:llvm::object::ELFFile
365 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable);
H A DWasm.h176 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DELFObjectFile.h276 uint64_t getSectionIndex(DataRefImpl Sec) const override;
707 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DMachO.h298 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DCOFF.h905 uint64_t getSectionIndex(DataRefImpl Sec) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp109 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp248 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { function in class:llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp287 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1421 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { function in class:WasmObjectFile
H A DMachOObjectFile.cpp1919 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 204 milliseconds