Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp305 std::vector<Section *> SortedSections; in dump() local
307 SortedSections.push_back(&Sec); in dump()
308 llvm::sort(SortedSections, [](const Section *LHS, const Section *RHS) { in dump()
312 for (auto *Sec : SortedSections) { in dump()