Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DDWARF.cpp116 uint32_t secIndex = file->getSectionIndex(sym); in findAux()
H A DInputFiles.h246 uint32_t getSectionIndex(const Elf_Sym &sym) const;
H A DInputFiles.cpp530 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const { in getSectionIndex() function in ObjFile
532 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable), in getSectionIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h165 LVSectionIndex getSectionIndex(LVScope *Scope) override { in getSectionIndex() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h265 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;
469 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
H A DELF.h372 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.h180 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DELFObjectFile.h293 uint64_t getSectionIndex(DataRefImpl Sec) const override;
843 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
H A DXCOFFObjectFile.h591 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DMachO.h444 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DCOFF.h945 uint64_t getSectionIndex(DataRefImpl Sec) const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h166 virtual LVSectionIndex getSectionIndex(LVScope *Scope) { in getSectionIndex() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp523 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in printLinkageName()
H A DLVScope.cpp1263 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineLowerBound()
1273 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineUpperBound()
/openbsd-src/gnu/llvm/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.cpp130 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp951 LVSectionIndex SectionIndex = getSectionIndex(CompileUnit); in createScopes()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp379 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.cpp1721 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in WasmObjectFile
H A DMachOObjectFile.cpp1940 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in MachOObjectFile