Searched refs:CodeSections (Results 1 – 1 of 1) sorted by relevance
3558 std::vector<BinarySection *> CodeSections; in getCodeSections() local3561 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() local3610 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()