Home
last modified time | relevance | path

Searched defs:readProfile (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp59 void readProfile(const Module &M, StringRef Profile, in readProfile() function
H A DInstrProfTest.cpp61 void readProfile(std::unique_ptr<MemoryBuffer> Profile, readProfile() function
[all...]
/llvm-project/bolt/lib/Profile/
H A DDataReader.cpp312 Error DataReader::readProfile(BinaryContext &BC) { in readProfile() function in llvm::bolt::DataReader
349 void DataReader::readProfile(BinaryFunction &BF) { in readProfile() function in llvm::bolt::DataReader
H A DDataAggregator.cpp593 Error DataAggregator::readProfile(BinaryContext &BC) { readProfile() function in DataAggregator
/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp572 SampleProfileReaderBinary::readProfile(FunctionSamples &FProfile) { readProfile() function in SampleProfileReaderBinary