Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2059 void postProcessEntryPoints();
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1598 void BinaryFunction::postProcessEntryPoints() { in postProcessEntryPoints() function in llvm::bolt::BinaryFunction
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2910 Function.postProcessEntryPoints(); in disassembleFunctions()