Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataAggregator.h438 void processProfile(BinaryContext &BC);
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp607 processProfile(BC); in readProfile()
626 void DataAggregator::processProfile(BinaryContext &BC) { in processProfile() function in DataAggregator