Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h190 std::vector<BinarySection *> getCodeSections();
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3557 std::vector<BinarySection *> RewriteInstance::getCodeSections() { in getCodeSections() function in RewriteInstance
3607 std::vector<BinarySection *> CodeSections = getCodeSections(); in mapCodeSections()