HomeSort by relevance Sort by last modified time
    Searched refs:convertToErrorCode (Results 1 - 19 of 19) sorted by null

  /external/llvm/tools/llvm-dwp/
DWPError.h 13 std::error_code convertToErrorCode() const override {
  /external/llvm/include/llvm/DebugInfo/PDB/
GenericError.h 34 std::error_code convertToErrorCode() const override;
  /external/llvm/lib/Support/
Error.cpp 68 std::error_code ErrorList::convertToErrorCode() const {
87 EC = EI.convertToErrorCode();
99 std::error_code StringError::convertToErrorCode() const {
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeViewError.h 36 std::error_code convertToErrorCode() const override;
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAError.h 38 std::error_code convertToErrorCode() const override;
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
RawError.h 41 std::error_code convertToErrorCode() const override;
  /external/llvm/lib/DebugInfo/CodeView/
CodeViewError.cpp 54 std::error_code EC = convertToErrorCode();
65 std::error_code CodeViewError::convertToErrorCode() const {
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIAError.cpp 46 std::error_code EC = convertToErrorCode();
57 std::error_code DIAError::convertToErrorCode() const {
  /external/llvm/lib/DebugInfo/PDB/
GenericError.cpp 54 std::error_code EC = convertToErrorCode();
65 std::error_code GenericError::convertToErrorCode() const {
  /external/llvm/lib/DebugInfo/PDB/Raw/
RawError.cpp 54 std::error_code EC = convertToErrorCode();
65 std::error_code RawError::convertToErrorCode() const {
  /external/llvm/tools/obj2yaml/
Error.cpp 58 std::error_code Obj2YamlError::convertToErrorCode() const {
Error.h 41 std::error_code convertToErrorCode() const override;
  /external/llvm/lib/Object/
Error.cpp 84 if (M->convertToErrorCode() == object_error::invalid_file_type)
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 43 std::error_code convertToErrorCode() const override;
  /external/llvm/include/llvm/Support/
Error.h 52 virtual std::error_code convertToErrorCode() const = 0;
326 std::error_code convertToErrorCode() const override;
835 std::error_code convertToErrorCode() const override { return EC; }
847 /// The value returned by this function can be returned from convertToErrorCode
888 std::error_code convertToErrorCode() const override;
  /external/llvm/unittests/Support/
ErrorTest.cpp 36 std::error_code convertToErrorCode() const override {
72 std::error_code convertToErrorCode() const override {
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 58 std::error_code convertToErrorCode() const override {
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 313 std::error_code convertToErrorCode() const override {
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 62 std::error_code RuntimeDyldError::convertToErrorCode() const {
    [all...]

Completed in 270 milliseconds