Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp403 for (BinaryFunction *Function : BC->getAllBinaryFunctions()) { in mapCodeSections()
432 for (BinaryFunction *Function : BC->getAllBinaryFunctions()) { in mapCodeSections()
H A DRewriteInstance.cpp3174 for (BinaryFunction *Function : BC->getAllBinaryFunctions()) { in emitAndLink()
3867 for (BinaryFunction *Function : BC->getAllBinaryFunctions()) in updateOutputValues()
5255 for (BinaryFunction *Function : BC->getAllBinaryFunctions()) { in rewriteFile()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h469 getAllBinaryFunctions() { in getAllBinaryFunctions() function
H A DProfileGenerator.cpp636 for (auto &FuncI : Binary->getAllBinaryFunctions()) { in preprocessRangeCounter()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h472 std::vector<BinaryFunction *> getAllBinaryFunctions();
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1524 std::vector<BinaryFunction *> BinaryContext::getAllBinaryFunctions() { in getAllBinaryFunctions() function in llvm::bolt::BinaryContext