HomeSort by: relevance | last modified time | path
    Searched refs:CodeViewError (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewError.h 1 //===- CodeViewError.h - Error extensions for CodeView ----------*- C++ -*-===//
43 class CodeViewError : public ErrorInfo<CodeViewError, StringError> {
45 using ErrorInfo<CodeViewError,
47 CodeViewError(const Twine &S) : ErrorInfo(S, cv_error_code::unspecified) {}
CVRecord.h 15 #include "llvm/DebugInfo/CodeView/CodeViewError.h"
72 return make_error<CodeViewError>(cv_error_code::corrupt_record);
79 return make_error<CodeViewError>(cv_error_code::corrupt_record);
102 return make_error<CodeViewError>(cv_error_code::corrupt_record);
CodeViewRecordIO.h 17 #include "llvm/DebugInfo/CodeView/CodeViewError.h"
116 return make_error<CodeViewError>(cv_error_code::insufficient_buffer);
RecordSerialization.h 16 #include "llvm/DebugInfo/CodeView/CodeViewError.h"
125 return make_error<CodeViewError>(cv_error_code::insufficient_buffer,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
CodeViewError.cpp 1 //===- CodeViewError.cpp - Error extensions for CodeView --------*- C++ -*-===//
9 #include "llvm/DebugInfo/CodeView/CodeViewError.h"
49 char CodeViewError::ID;
DebugCrossExSubsection.cpp 10 #include "llvm/DebugInfo/CodeView/CodeViewError.h"
21 return make_error<CodeViewError>(
RecordSerialization.cpp 16 #include "llvm/DebugInfo/CodeView/CodeViewError.h"
100 return make_error<CodeViewError>(cv_error_code::corrupt_record,
120 return make_error<CodeViewError>(cv_error_code::corrupt_record,
145 return make_error<CodeViewError>(cv_error_code::corrupt_record,
DebugCrossImpSubsection.cpp 11 #include "llvm/DebugInfo/CodeView/CodeViewError.h"
30 return make_error<CodeViewError>(
36 return make_error<CodeViewError>(
DebugFrameDataSubsection.cpp 10 #include "llvm/DebugInfo/CodeView/CodeViewError.h"
22 return make_error<CodeViewError>(cv_error_code::corrupt_record,
DebugLinesSubsection.cpp 12 #include "llvm/DebugInfo/CodeView/CodeViewError.h"
34 return make_error<CodeViewError>(cv_error_code::corrupt_record,
38 return make_error<CodeViewError>(cv_error_code::corrupt_record,
LazyRandomTypeCollection.cpp 14 #include "llvm/DebugInfo/CodeView/CodeViewError.h"
190 return make_error<CodeViewError>("Invalid type index");
259 return make_error<CodeViewError>("Type Index does not exist!");
TypeStreamMerger.cpp 164 return llvm::make_error<CodeViewError>(cv_error_code::corrupt_record);
333 return llvm::make_error<CodeViewError>(
SymbolDumper.cpp 369 return llvm::make_error<CodeViewError>(
388 return llvm::make_error<CodeViewError>(
561 return llvm::make_error<CodeViewError>(
CodeViewRecordIO.cpp 235 return make_error<CodeViewError>(cv_error_code::insufficient_buffer);
  /src/external/apache2/llvm/lib/libLLVMDebugInfoCodeView/
Makefile 10 CodeViewError.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 20 #include "llvm/DebugInfo/CodeView/CodeViewError.h"
559 return make_error<CodeViewError>(cv_error_code::no_records);
678 return joinErrors(make_error<CodeViewError>(
726 make_error<CodeViewError>(
795 return make_error<CodeViewError>(cv_error_code::operation_unsupported);
CodeViewYAMLSymbols.cpp 18 #include "llvm/DebugInfo/CodeView/CodeViewError.h"
628 return make_error<CodeViewError>(cv_error_code::corrupt_record);
CodeViewYAMLTypes.cpp 22 #include "llvm/DebugInfo/CodeView/CodeViewError.h"
697 return make_error<CodeViewError>(cv_error_code::corrupt_record);

Completed in 26 milliseconds