Home
last modified time | relevance | path

Searched defs:GenericError (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/
DGenericError.cpp46 GenericError::GenericError(generic_error_code C) : GenericError(C, "") {} in GenericError() function in GenericError
48 GenericError::GenericError(const std::string &Context) in GenericError() function in GenericError
51 GenericError::GenericError(generic_error_code C, const std::string &Context) in GenericError() function in GenericError
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DGenericError.cpp48 GenericError::GenericError(generic_error_code C) : GenericError(C, "") {} in GenericError() function in GenericError
50 GenericError::GenericError(StringRef Context) in GenericError() function in GenericError
53 GenericError::GenericError(generic_error_code C, StringRef Context) : Code(C) { in GenericError() function in GenericError