Home
last modified time | relevance | path

Searched defs:mayHaveProfileData (Results 1 – 3 of 3) sorted by relevance

/llvm-project/bolt/include/bolt/Profile/
H A DProfileReaderBase.h68 virtual bool mayHaveProfileData(const BinaryFunction &BF) { return true; } in mayHaveProfileData() function
/llvm-project/bolt/lib/Profile/
H A DDataReader.cpp1315 bool DataReader::mayHaveProfileData(const BinaryFunction &Function) { in mayHaveProfileData() function in llvm::bolt::DataReader
H A DDataAggregator.cpp621 bool DataAggregator::mayHaveProfileData(const BinaryFunction &Function) { mayHaveProfileData() function in DataAggregator