Home
last modified time | relevance | path

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

/external/llvm/tools/sancov/
Dsancov.cc108 static void FailIfError(std::error_code Error) { in FailIfError() function
115 template <typename T> static void FailIfError(const ErrorOr<T> &E) { in FailIfError() function
116 FailIfError(E.getError()); in FailIfError()
183 FailIfError(InliningInfo); in computeFunctionsMap()
230 FailIfError(AddressOrErr); in findSanitizerCovFunctions()
233 FailIfError(NameOrErr); in findSanitizerCovFunctions()
297 FailIfError(Section.getName(SectionName)); in getObjectCoveragePoints()
300 FailIfError(Section.getContents(BytesStr)); in getObjectCoveragePoints()
328 FailIfError(ErrorOrChild); in getArchiveCoveragePoints()
331 FailIfError(ChildOrErr); in getArchiveCoveragePoints()
[all …]