HomeSort by: relevance | last modified time | path
    Searched refs:readFuncProfile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 552 SampleProfileReaderBinary::readFuncProfile(const uint8_t *Start) {
579 if (std::error_code EC = readFuncProfile(Data))
688 if (std::error_code EC = readFuncProfile(Data))
708 if (std::error_code EC = readFuncProfile(FuncProfileAddr))
744 if (std::error_code EC = readFuncProfile(FuncProfileAddr))
760 if (std::error_code EC = readFuncProfile(FuncProfileAddr))
883 if (std::error_code EC = readFuncProfile(
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 576 std::error_code readFuncProfile(const uint8_t *Start);

Completed in 17 milliseconds