Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/DIA/
DDIAError.cpp39 DIAError::DIAError(dia_error_code C) : DIAError(C, "") {} in DIAError() function in DIAError
41 DIAError::DIAError(const std::string &Context) in DIAError() function in DIAError
44 DIAError::DIAError(dia_error_code C, const std::string &Context) : Code(C) { in DIAError() function in DIAError
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAError.cpp39 DIAError::DIAError(dia_error_code C) : DIAError(C, "") {} in DIAError() function in DIAError
41 DIAError::DIAError(StringRef Context) in DIAError() function in DIAError
44 DIAError::DIAError(dia_error_code C, StringRef Context) : Code(C) { in DIAError() function in DIAError