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

  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 42 const std::error_category &coveragemap_category();
45 return std::error_code(static_cast<int>(E), coveragemap_category());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 61 const std::error_category &coveragemap_category();
64 return std::error_code(static_cast<int>(E), coveragemap_category());
  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 576 const std::error_category &llvm::coverage::coveragemap_category() { function in class:llvm::coverage
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 774 const std::error_category &llvm::coverage::coveragemap_category() { function in class:llvm::coverage

Completed in 584 milliseconds