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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp85 static ManagedStatic<SampleProfErrorCategoryType> ErrorCategory; variable
88 return *ErrorCategory;
H A DInstrProf.cpp135 static ManagedStatic<InstrProfErrorCategoryType> ErrorCategory; variable
138 return *ErrorCategory;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp368 static llvm::ManagedStatic<SDErrorCategoryType> ErrorCategory; variable
370 return *ErrorCategory;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp832 static ManagedStatic<CoverageMappingErrorCategoryType> ErrorCategory;
835 return *ErrorCategory;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6401 static ManagedStatic<BitcodeErrorCategoryType> ErrorCategory; local
6404 return *ErrorCategory;

Completed in 83 milliseconds