Searched refs:ErrorCategory (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp84 static ManagedStatic<SampleProfErrorCategoryType> ErrorCategory; variable
87 return *ErrorCategory;
H A DInstrProf.cpp135 static ManagedStatic<InstrProfErrorCategoryType> ErrorCategory; variable
138 return *ErrorCategory;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp368 static llvm::ManagedStatic<SDErrorCategoryType> ErrorCategory; variable
370 return *ErrorCategory;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp829 static ManagedStatic<CoverageMappingErrorCategoryType> ErrorCategory;
832 return *ErrorCategory;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6279 static ManagedStatic<BitcodeErrorCategoryType> ErrorCategory; local
6282 return *ErrorCategory;

Completed in 172 milliseconds