Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h83 assert(!GraphSections.count(SecIndex) && "Duplicate section at index"); in setGraphSection()
84 GraphSections[SecIndex] = &Sec; in setGraphSection()
88 auto I = GraphSections.find(SecIndex); in getGraphSection()
89 if (I == GraphSections.end()) in getGraphSection()
121 DenseMap<ELFSectionIndex, Section *> GraphSections; variable