Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp181 ErrorCategory.Report( in verifyUnitHeader()
188 ErrorCategory.Report( in verifyUnitHeader()
194 ErrorCategory.Report( in verifyUnitHeader()
200 ErrorCategory.Report( in verifyUnitHeader()
209 ErrorCategory.Report("Unit Header Length: Address size is unsupported", in verifyUnitHeader()
231 ErrorCategory.Report( in verifyName()
277 ErrorCategory.Report("Compilation unit missing DIE", [&]() { in verifyUnitContents()
285 ErrorCategory.Report("Compilation unit root DIE is not a unit DIE", [&]() { in verifyUnitContents()
294 ErrorCategory.Report("Mismatched unit type", [&]() { in verifyUnitContents()
306 ErrorCategory.Report("Skeleton CU has children", [&]() { in verifyUnitContents()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp368 static llvm::ManagedStatic<SDErrorCategoryType> ErrorCategory; variable
370 return *ErrorCategory; in SDErrorCategory()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h98 OutputCategoryAggregator ErrorCategory; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp101 static SampleProfErrorCategoryType ErrorCategory; in sampleprof_category() local
102 return ErrorCategory; in sampleprof_category()
H A DInstrProf.cpp192 static InstrProfErrorCategoryType ErrorCategory; in instrprof_category() local
193 return ErrorCategory; in instrprof_category()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1629 static CoverageMappingErrorCategoryType ErrorCategory; in coveragemap_category() local
1630 return ErrorCategory; in coveragemap_category()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8166 static BitcodeErrorCategoryType ErrorCategory; in BitcodeErrorCategory() local
8167 return ErrorCategory; in BitcodeErrorCategory()