Home
last modified time | relevance | path

Searched defs:SecIndex (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h53 void setGraphSymbol(COFFSectionIndex SecIndex, COFFSymbolIndex SymIndex, in setGraphSymbol()
68 void setGraphBlock(COFFSectionIndex SecIndex, Block *B) { in setGraphBlock()
74 Block *getGraphBlock(COFFSectionIndex SecIndex) const { in getGraphBlock()
H A DELFLinkGraphBuilder.h80 void setGraphBlock(ELFSectionIndex SecIndex, Block *B) { in setGraphBlock()
85 Block *getGraphBlock(ELFSectionIndex SecIndex) { in getGraphBlock()
302 for (ELFSectionIndex SecIndex = 0; SecIndex != Sections.size(); ++SecIndex) { in graphifySections() local
H A DMachOLinkGraphBuilder.cpp130 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections() local
319 unsigned SecIndex, Section &GraphSec, orc::ExecutorAddr Address, in addSectionStartSymAndBlock()
403 auto SecIndex = KV.first; in graphifyRegularSymbols() local
H A DCOFFLinkGraphBuilder.cpp126 for (COFFSectionIndex SecIndex = 1; in graphifySections() local
396 for (COFFSectionIndex SecIndex = 1; in calculateImplicitSizeOfSymbols() local
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp81 MachODumper::constructSectionCommon(SectionType Sec, size_t SecIndex) { in constructSectionCommon()
124 size_t SecIndex) { in constructSection()
133 MachODumper::constructSection(MachO::section_64 Sec, size_t SecIndex) { in constructSection()
H A Delf2yaml.cpp122 unsigned SecIndex = &Sec - &Sections[0]; in getUniquedSectionName() local
1166 unsigned SecIndex = Shdr - &Sections[0]; in dumpContentSection() local
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.cpp107 unsigned SecIndex; in getSectionRefsByNameOrIndex() local
H A DARMEHABIPrinter.h504 std::optional<unsigned> SecIndex = in PrintExceptionTable() local
577 std::optional<unsigned> SecIndex = in PrintIndexTable() local
/openbsd/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp1155 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject() local