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

/freebsd-current/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp116 uint32_t secIndex = file->getSectionIndex(sym);
H A DInputFiles.h251 uint32_t getSectionIndex(const Elf_Sym &sym) const;
H A DInputFiles.cpp559 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const { function in class:ObjFile
561 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable),
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h94 uint64_t getSectionIndex(DataRefImpl Sec) const override { return 0; }
H A DObjectFile.h266 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;
525 return OwningObject->getSectionIndex(SectionPimpl);
H A DWasm.h183 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DELF.h433 Expected<uint32_t> getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms,
511 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, function in class:llvm::object::ELFFile
540 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable);
H A DELFObjectFile.h303 uint64_t getSectionIndex(DataRefImpl Sec) const override;
868 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DMachO.h445 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h598 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DCOFF.h1005 uint64_t getSectionIndex(DataRefImpl Sec) const override;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h186 LVSectionIndex getSectionIndex(LVScope *Scope) override {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h271 virtual LVSectionIndex getSectionIndex(LVScope *Scope) { function in class:llvm::logicalview::LVReader
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp559 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope);
H A DLVScope.cpp1250 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope);
1260 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp250 findSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl()));
H A DMachO_x86_64.cpp241 findSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl()));
H A DMachOLinkGraphBuilder.cpp132 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl());
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp952 LVSectionIndex SectionIndex = getSectionIndex(CompileUnit);
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp383 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { function in class:llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp285 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1801 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { function in class:WasmObjectFile
H A DMachOObjectFile.cpp1947 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 169 milliseconds