Home
last modified time | relevance | path

Searched refs:CodeViewError (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCodeViewError.cpp48 char CodeViewError::ID = 0;
50 CodeViewError::CodeViewError(cv_error_code C) : CodeViewError(C, "") {} in CodeViewError() function in CodeViewError
52 CodeViewError::CodeViewError(const std::string &Context) in CodeViewError() function in CodeViewError
53 : CodeViewError(cv_error_code::unspecified, Context) {} in CodeViewError()
55 CodeViewError::CodeViewError(cv_error_code C, const std::string &Context) in CodeViewError() function in CodeViewError
65 void CodeViewError::log(raw_ostream &OS) const { OS << ErrMsg << "\n"; } in log()
67 const std::string &CodeViewError::getErrorMessage() const { return ErrMsg; } in getErrorMessage()
69 std::error_code CodeViewError::convertToErrorCode() const { in convertToErrorCode()
DRecordSerialization.cpp101 return make_error<CodeViewError>(cv_error_code::corrupt_record, in consume()
121 return make_error<CodeViewError>(cv_error_code::corrupt_record, in consume_numeric()
146 return make_error<CodeViewError>(cv_error_code::corrupt_record, in consume()
DDebugCrossImpSubsection.cpp31 return make_error<CodeViewError>( in operator ()()
37 return make_error<CodeViewError>( in operator ()()
DDebugLinesSubsection.cpp35 return make_error<CodeViewError>(cv_error_code::corrupt_record, in operator ()()
39 return make_error<CodeViewError>(cv_error_code::corrupt_record, in operator ()()
DDebugFrameDataSubsection.cpp20 return make_error<CodeViewError>(cv_error_code::corrupt_record, in initialize()
DDebugCrossExSubsection.cpp22 return make_error<CodeViewError>( in initialize()
DLazyRandomTypeCollection.cpp184 return make_error<CodeViewError>("Invalid type index"); in visitRangeForType()
252 return make_error<CodeViewError>("Type Index does not exist!"); in fullScanForType()
DCMakeLists.txt3 CodeViewError.cpp
DTypeStreamMerger.cpp156 return llvm::make_error<CodeViewError>(cv_error_code::corrupt_record); in errorCorruptRecord()
328 return llvm::make_error<CodeViewError>( in doit()
DSymbolDumper.cpp362 return llvm::make_error<CodeViewError>( in visitKnownRecord()
381 return llvm::make_error<CodeViewError>( in visitKnownRecord()
546 return llvm::make_error<CodeViewError>( in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DCodeViewError.cpp44 char CodeViewError::ID = 0;
46 CodeViewError::CodeViewError(cv_error_code C) : CodeViewError(C, "") {} in CodeViewError() function in CodeViewError
48 CodeViewError::CodeViewError(const std::string &Context) in CodeViewError() function in CodeViewError
49 : CodeViewError(cv_error_code::unspecified, Context) {} in CodeViewError()
51 CodeViewError::CodeViewError(cv_error_code C, const std::string &Context) in CodeViewError() function in CodeViewError
61 void CodeViewError::log(raw_ostream &OS) const { OS << ErrMsg << "\n"; } in log()
63 const std::string &CodeViewError::getErrorMessage() const { return ErrMsg; } in getErrorMessage()
65 std::error_code CodeViewError::convertToErrorCode() const { in convertToErrorCode()
DByteStream.cpp20 return make_error<CodeViewError>(cv_error_code::operation_unsupported, in writeBytes()
27 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in writeBytes()
29 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in writeBytes()
39 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in readBytes()
41 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in readBytes()
50 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in readLongestContiguousChunk()
DCVTypeVisitor.cpp18 return llvm::make_error<CodeViewError>(cv_error_code::insufficient_buffer); in takeObject()
49 return llvm::make_error<CodeViewError>(cv_error_code::corrupt_record); \ in visitTypeRecord()
83 return llvm::make_error<CodeViewError>(cv_error_code::corrupt_record, in skipPadding()
104 return llvm::make_error<CodeViewError>(cv_error_code::corrupt_record); in visitFieldList()
110 return llvm::make_error<CodeViewError>(cv_error_code::corrupt_record); \ in visitFieldList()
DCMakeLists.txt3 CodeViewError.cpp
DStreamReader.cpp89 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in readStreamRef()
DTypeStreamMerger.cpp132 return llvm::make_error<CodeViewError>(cv_error_code::corrupt_record); in visitUnknownType()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h27 class CodeViewError : public ErrorInfo<CodeViewError> {
30 CodeViewError(cv_error_code C);
31 CodeViewError(const std::string &Context);
32 CodeViewError(cv_error_code C, const std::string &Context);
DStreamRef.h33 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in readBytes()
35 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in readBytes()
44 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in readLongestContiguousChunk()
59 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in writeBytes()
DStreamReader.h65 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in readArray()
90 return make_error<CodeViewError>(cv_error_code::corrupt_record); in readArray()
92 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in readArray()
DModuleSubstreamVisitor.h44 return make_error<CodeViewError>(cv_error_code::corrupt_record, in operator()
48 return make_error<CodeViewError>(cv_error_code::corrupt_record, in operator()
DCVRecord.h41 return make_error<CodeViewError>(cv_error_code::corrupt_record);
DStreamWriter.h58 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in writeArray()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h29 class CodeViewError : public ErrorInfo<CodeViewError> {
32 CodeViewError(cv_error_code C);
33 CodeViewError(const std::string &Context);
34 CodeViewError(cv_error_code C, const std::string &Context);
DCVRecord.h68 return make_error<CodeViewError>(cv_error_code::corrupt_record); in forEachCodeViewRecord()
75 return make_error<CodeViewError>(cv_error_code::corrupt_record); in forEachCodeViewRecord()
99 return make_error<CodeViewError>(cv_error_code::corrupt_record); in readCVRecordFromStream()
DCodeViewRecordIO.h69 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in mapEnum()

12