Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp117 uint32_t secIndex = file->getSectionIndex(sym); in findAux()
H A DInputFiles.h259 uint32_t getSectionIndex(const Elf_Sym &sym) const;
H A DInputFiles.cpp582 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const { in getSectionIndex() function in ObjFile
584 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable), in getSectionIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h98 uint64_t getSectionIndex(DataRefImpl Sec) const override { return Sec.d.a; } in getSectionIndex() function
H A DObjectFile.h266 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;
526 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
H A DELF.h481 Expected<uint32_t> getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms,
559 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, in getSectionIndex() function
588 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable); in getSection()
H A DWasm.h188 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DELFObjectFile.h322 uint64_t getSectionIndex(DataRefImpl Sec) const override;
906 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
H A DMachO.h445 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h605 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DCOFF.h1005 uint64_t getSectionIndex(DataRefImpl Sec) const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h228 LVSectionIndex getSectionIndex(LVScope *Scope) override { in getSectionIndex() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h271 virtual LVSectionIndex getSectionIndex(LVScope *Scope) { in getSectionIndex() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp559 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in printLinkageName()
H A DLVScope.cpp1250 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope);
1260 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineLowerBound()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp242 findSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
H A DMachO_arm64.cpp251 findSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
H A DMachOLinkGraphBuilder.cpp132 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp966 LVSectionIndex SectionIndex = getSectionIndex(CompileUnit); in createScopes()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp389 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp284 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in COFFObjectFile
H A DWasmObjectFile.cpp1983 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in WasmObjectFile
H A DMachOObjectFile.cpp1947 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in MachOObjectFile