Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3558 std::vector<BinarySection *> CodeSections; in getCodeSections() local
3561 CodeSections.emplace_back(&Section); in getCodeSections()
3578 llvm::stable_sort(CodeSections, compareSections); in getCodeSections()
3580 return CodeSections; in getCodeSections()
3607 std::vector<BinarySection *> CodeSections = getCodeSections(); in mapCodeSections() local
3610 llvm::erase_if(CodeSections, [](BinarySection *Section) { in mapCodeSections()
3614 for (const BinarySection *Section : CodeSections) in mapCodeSections()
3622 for (BinarySection *Section : CodeSections) { in mapCodeSections()
3664 for (BinarySection *Section : CodeSections) { in mapCodeSections()