Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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.h88 void setGraphBlock(ELFSectionIndex SecIndex, Block *B) { in setGraphBlock() argument
93 Block *getGraphBlock(ELFSectionIndex SecIndex) { in getGraphBlock() argument
316 for (ELFSectionIndex SecIndex = 0; SecIndex != Sections.size(); ++SecIndex) { in graphifySections() local
[all...]
H A DMachOLinkGraphBuilder.cpp132 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections() local
329 unsigned SecIndex, Section &GraphSec, orc::ExecutorAddr Address, in addSectionStartSymAndBlock()
413 auto SecIndex = KV.first; in graphifyRegularSymbols() local
H A DCOFFLinkGraphBuilder.cpp126 for (COFFSectionIndex SecIndex = 1; in graphifySections() local
406 for (COFFSectionIndex SecIndex = 1; in calculateImplicitSizeOfSymbols() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp109 unsigned SecIndex; in getSectionRefsByNameOrIndex() local
H A DARMEHABIPrinter.h504 std::optional<unsigned> SecIndex = in PrintExceptionTable() local
577 std::optional<unsigned> SecIndex = in PrintIndexTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1165 uint32_t SecIndex = SectionIndexMap.lookup(Member); writeObject() local