Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DRawError.cpp47 RawError::RawError(raw_error_code C) : RawError(C, "") {} in RawError() function in RawError
49 RawError::RawError(const std::string &Context) in RawError() function in RawError
52 RawError::RawError(raw_error_code C, const std::string &Context) : Code(C) { in RawError() function in RawError
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DRawError.cpp55 RawError::RawError(raw_error_code C) : RawError(C, "") {} in RawError() function in RawError
57 RawError::RawError(const std::string &Context) in RawError() function in RawError
60 RawError::RawError(raw_error_code C, const std::string &Context) : Code(C) { in RawError() function in RawError