Home
last modified time | relevance | path

Searched refs:convertToErrorCode (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/Support/
DError.cpp68 std::error_code ErrorList::convertToErrorCode() const { in convertToErrorCode() function in llvm::ErrorList
87 EC = EI.convertToErrorCode(); in errorToErrorCode()
99 std::error_code StringError::convertToErrorCode() const { in convertToErrorCode() function in llvm::StringError
/external/llvm/lib/DebugInfo/PDB/
DGenericError.cpp54 std::error_code EC = convertToErrorCode(); in GenericError()
65 std::error_code GenericError::convertToErrorCode() const { in convertToErrorCode() function in GenericError
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIAError.cpp46 std::error_code EC = convertToErrorCode(); in DIAError()
57 std::error_code DIAError::convertToErrorCode() const { in convertToErrorCode() function in DIAError
/external/llvm/lib/DebugInfo/CodeView/
DCodeViewError.cpp54 std::error_code EC = convertToErrorCode(); in CodeViewError()
65 std::error_code CodeViewError::convertToErrorCode() const { in convertToErrorCode() function in CodeViewError
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawError.cpp54 std::error_code EC = convertToErrorCode(); in RawError()
65 std::error_code RawError::convertToErrorCode() const { in convertToErrorCode() function in RawError
/external/llvm/tools/llvm-dwp/
DDWPError.h13 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h36 std::error_code convertToErrorCode() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DGenericError.h34 std::error_code convertToErrorCode() const override;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAError.h38 std::error_code convertToErrorCode() const override;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawError.h41 std::error_code convertToErrorCode() const override;
/external/llvm/include/llvm/Support/
DError.h52 virtual std::error_code convertToErrorCode() const = 0;
326 std::error_code convertToErrorCode() const override;
835 std::error_code convertToErrorCode() const override { return EC; } in convertToErrorCode() function
888 std::error_code convertToErrorCode() const override;
/external/llvm/tools/obj2yaml/
DError.cpp58 std::error_code Obj2YamlError::convertToErrorCode() const { in convertToErrorCode() function in llvm::Obj2YamlError
DError.h41 std::error_code convertToErrorCode() const override;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h65 virtual std::error_code convertToErrorCode() const = 0;
346 std::error_code convertToErrorCode() const override;
871 std::error_code convertToErrorCode() const override { return EC; } in convertToErrorCode() function
927 std::error_code convertToErrorCode() const override;
/external/llvm/lib/Object/
DError.cpp84 if (M->convertToErrorCode() == object_error::invalid_file_type) in isNotObjectErrorInvalidFileType()
/external/llvm/unittests/Support/
DErrorTest.cpp36 std::error_code convertToErrorCode() const override { in convertToErrorCode() function in __anon7f273a840111::CustomError
72 std::error_code convertToErrorCode() const override { in convertToErrorCode() function in __anon7f273a840111::CustomSubError
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h43 std::error_code convertToErrorCode() const override;
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h58 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/external/llvm/include/llvm/ProfileData/
DInstrProf.h313 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp62 std::error_code RuntimeDyldError::convertToErrorCode() const { in convertToErrorCode() function in RuntimeDyldError