Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp118 uint32_t secIndex = file->getSectionIndex(sym); in findAux()
H A DInputFiles.h219 uint32_t getSectionIndex(const Elf_Sym &sym) const;
H A DInputFiles.cpp392 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const { in getSectionIndex() function in ObjFile
394 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable), in getSectionIndex()
1092 uint32_t secIdx = getSectionIndex(eSym); in initializeSymbols()
1141 uint32_t secIdx = getSectionIndex(eSym); in initializeSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h265 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;
455 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.h332 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;
/freebsd-13.1/contrib/llvm-project/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.cpp128 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp257 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.cpp1644 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in WasmObjectFile
H A DMachOObjectFile.cpp1923 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in MachOObjectFile