HomeSort by relevance Sort by last modified time
    Searched refs:readSectionTag (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/ProfileData/
SampleProfReader.h 432 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
SampleProfReader.h 445 std::error_code readSectionTag(uint32_t Expected);
  /external/llvm/lib/ProfileData/
SampleProfReader.cpp 538 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) {
553 if (std::error_code EC = readSectionTag(GCOVTagAFDOFileNames))
571 if (std::error_code EC = readSectionTag(GCOVTagAFDOFunction))

Completed in 63 milliseconds