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

  /external/llvm/lib/DebugInfo/PDB/Raw/
RawError.cpp 1 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
45 char RawError::ID = 0;
47 RawError::RawError(raw_error_code C) : RawError(C, "") {}
49 RawError::RawError(const std::string &Context)
50 : RawError(raw_error_code::unspecified, Context) {}
52 RawError::RawError(raw_error_code C, const std::string &Context) : Code(C)
    [all...]
NameMap.cpp 14 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
29 make_error<RawError>(raw_error_code::corrupt_file,
32 return make_error<RawError>(raw_error_code::corrupt_file,
44 make_error<RawError>(raw_error_code::corrupt_file,
52 make_error<RawError>(raw_error_code::corrupt_file,
56 return make_error<RawError>(raw_error_code::corrupt_file,
66 make_error<RawError>(raw_error_code::corrupt_file,
70 return make_error<RawError>(raw_error_code::corrupt_file,
78 make_error<RawError>(raw_error_code::corrupt_file,
91 make_error<RawError>(raw_error_code::corrupt_file
    [all...]
PublicsStream.cpp 34 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
93 return make_error<RawError>(raw_error_code::corrupt_file,
98 return make_error<RawError>(raw_error_code::corrupt_file,
102 return make_error<RawError>(raw_error_code::corrupt_file,
107 return make_error<RawError>(raw_error_code::corrupt_file,
112 make_error<RawError>(raw_error_code::corrupt_file,
120 make_error<RawError>(raw_error_code::corrupt_file,
133 make_error<RawError>(raw_error_code::corrupt_file,
140 make_error<RawError>(raw_error_code::corrupt_file,
146 make_error<RawError>(raw_error_code::corrupt_file
    [all...]
InfoStreamBuilder.cpp 15 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
33 return make_error<RawError>(raw_error_code::unspecified,
36 return make_error<RawError>(raw_error_code::unspecified,
39 return make_error<RawError>(raw_error_code::unspecified,
42 return make_error<RawError>(raw_error_code::unspecified,
DbiStream.cpp 22 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
72 return make_error<RawError>(
93 return make_error<RawError>(raw_error_code::corrupt_file,
96 return make_error<RawError>(raw_error_code::corrupt_file,
100 return make_error<RawError>(raw_error_code::corrupt_file,
107 return make_error<RawError>(raw_error_code::feature_unsupported,
115 return make_error<RawError>(raw_error_code::corrupt_file,
123 return make_error<RawError>(raw_error_code::corrupt_file,
129 return make_error<RawError>(raw_error_code::corrupt_file,
132 return make_error<RawError>(
    [all...]
NameHashTable.cpp 15 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
36 return make_error<RawError>(raw_error_code::corrupt_file,
39 return make_error<RawError>(raw_error_code::corrupt_file,
46 make_error<RawError>(raw_error_code::corrupt_file,
55 make_error<RawError>(raw_error_code::corrupt_file,
59 return make_error<RawError>(raw_error_code::corrupt_file,
TpiStream.cpp 22 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
135 return make_error<RawError>(
159 return make_error<RawError>(raw_error_code::corrupt_file,
163 return make_error<RawError>(raw_error_code::corrupt_file,
167 return make_error<RawError>(raw_error_code::corrupt_file,
171 return make_error<RawError>(raw_error_code::corrupt_file,
175 return make_error<RawError>(raw_error_code::corrupt_file,
180 return make_error<RawError>(raw_error_code::corrupt_file,
189 return make_error<RawError>(raw_error_code::corrupt_file,
200 return make_error<RawError>(
    [all...]
InfoStream.cpp 18 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
34 make_error<RawError>(raw_error_code::corrupt_file,
44 return make_error<RawError>(raw_error_code::corrupt_file,
PDBFile.cpp 23 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
89 return make_error<RawError>(
93 return make_error<RawError>(
107 return make_error<RawError>(raw_error_code::corrupt_file,
160 return make_error<RawError>(raw_error_code::corrupt_file,
278 return make_error<RawError>(raw_error_code::no_stream);
280 return make_error<RawError>(raw_error_code::no_stream);
301 return make_error<RawError>(raw_error_code::corrupt_file,
306 return make_error<RawError>(raw_error_code::corrupt_file,
317 return make_error<RawError>(raw_error_code::corrupt_file
    [all...]
ModStream.cpp 16 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
36 return llvm::make_error<RawError>(raw_error_code::corrupt_file,
62 return llvm::make_error<RawError>(raw_error_code::corrupt_file,
MappedBlockStream.cpp 15 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
46 return make_error<RawError>(raw_error_code::insufficient_buffer);
48 return make_error<RawError>(raw_error_code::insufficient_buffer);
126 return make_error<RawError>(raw_error_code::insufficient_buffer);
195 return make_error<RawError>(raw_error_code::insufficient_buffer);
197 return make_error<RawError>(raw_error_code::insufficient_buffer);
229 return make_error<RawError>(raw_error_code::insufficient_buffer);
232 return make_error<RawError>(raw_error_code::insufficient_buffer);
300 return make_error<RawError>(raw_error_code::no_stream);
DbiStreamBuilder.cpp 15 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
41 return make_error<RawError>(raw_error_code::unspecified,
PDBFileBuilder.cpp 18 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
122 return llvm::make_error<RawError>(
RawSession.cpp 20 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
73 return llvm::make_error<RawError>(raw_error_code::feature_unsupported);
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
RawError.h 1 //===- RawError.h - Error extensions for raw PDB implementation -*- C++ -*-===//
32 class RawError : public ErrorInfo<RawError> {
35 RawError(raw_error_code C);
36 RawError(const std::string &Context);
37 RawError(raw_error_code C, const std::string &Context);
  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 26 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
259 return make_error<RawError>(raw_error_code::no_stream);
304 return make_error<RawError>(raw_error_code::no_stream);
402 return make_error<RawError>(raw_error_code::corrupt_file,
421 return make_error<RawError>(raw_error_code::corrupt_file,
508 return make_error<RawError>(
526 return make_error<RawError>(
716 return make_error<RawError>(
llvm-pdbdump.cpp 50 #include "llvm/DebugInfo/PDB/Raw/RawError.h"
82 return llvm::make_error<RawError>(raw_error_code::not_writable);

Completed in 676 milliseconds