Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h262 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;
452 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
H A DELF.h373 Expected<uint32_t> getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms,
432 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, in getSectionIndex() function
461 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable); in getSection()
H A DWasm.h183 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h288 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DELFObjectFile.h280 uint64_t getSectionIndex(DataRefImpl Sec) const override;
823 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
H A DMachO.h298 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DCOFF.h952 uint64_t getSectionIndex(DataRefImpl Sec) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp222 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
244 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
H A DMachO_arm64.cpp203 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
229 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
H A DMachOLinkGraphBuilder.cpp117 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp256 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.cpp1643 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in WasmObjectFile
H A DMachOObjectFile.cpp1924 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in MachOObjectFile