Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp661 SampleProfileReaderBinary::readFuncProfile(const uint8_t *Start) { in readFuncProfile() function in SampleProfileReaderBinary
688 if (std::error_code EC = readFuncProfile(Data)) in readImpl()
842 if (std::error_code EC = readFuncProfile(Data)) in readFuncProfiles()
890 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
903 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
915 if (std::error_code EC = readFuncProfile(FuncProfileAddr)) in readFuncProfiles()
1038 if (std::error_code EC = readFuncProfile( in readImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h628 std::error_code readFuncProfile(const uint8_t *Start);