Home
last modified time | relevance | path

Searched defs:getAllBinaryFunctions (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h469 getAllBinaryFunctions() { in getAllBinaryFunctions() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1524 std::vector<BinaryFunction *> BinaryContext::getAllBinaryFunctions() { in getAllBinaryFunctions() function in llvm::bolt::BinaryContext