HomeSort by relevance Sort by last modified time
    Searched refs:coveragemap_category (Results 1 - 2 of 2) 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/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 576 const std::error_category &llvm::coverage::coveragemap_category() { function in class:llvm::coverage

Completed in 489 milliseconds