|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/DebugInfo/PDB/Native/HashTable.h 124 return make_error<RawError>(raw_error_code::corrupt_file,
127 return make_error<RawError>(raw_error_code::corrupt_file,
135 return make_error<RawError>(raw_error_code::corrupt_file,
141 return make_error<RawError>(raw_error_code::corrupt_file,
include/llvm/DebugInfo/PDB/Native/RawError.h 50 class RawError : public ErrorInfo<RawError, StringError> {
include/llvm/Support/Error.h 331 return Error(std::make_unique<ErrT>(std::forward<ArgTs>(Args)...));
348 static const void *classID() { return &ThisErrT::ID; }
350 const void *dynamicClassID() const override { return &ThisErrT::ID; }
lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp 175 return make_error<RawError>(raw_error_code::stream_too_long);
lib/DebugInfo/PDB/Native/DbiModuleList.cpp 271 return make_error<RawError>(raw_error_code::index_out_of_bounds);
lib/DebugInfo/PDB/Native/DbiStream.cpp 37 return make_error<RawError>(
56 return make_error<RawError>(raw_error_code::corrupt_file,
59 return make_error<RawError>(raw_error_code::corrupt_file,
63 return make_error<RawError>(raw_error_code::corrupt_file,
70 return make_error<RawError>(raw_error_code::feature_unsupported,
78 return make_error<RawError>(raw_error_code::corrupt_file,
84 return make_error<RawError>(raw_error_code::corrupt_file,
87 return make_error<RawError>(
91 return make_error<RawError>(raw_error_code::corrupt_file,
94 return make_error<RawError>(raw_error_code::corrupt_file,
97 return make_error<RawError>(raw_error_code::corrupt_file,
135 return make_error<RawError>(raw_error_code::corrupt_file,
253 return make_error<RawError>(raw_error_code::feature_unsupported,
270 return make_error<RawError>(raw_error_code::corrupt_file,
276 return make_error<RawError>(raw_error_code::corrupt_file,
296 return make_error<RawError>(raw_error_code::corrupt_file,
302 return make_error<RawError>(raw_error_code::corrupt_file,
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp 132 return make_error<RawError>(raw_error_code::no_entry,
232 return make_error<RawError>(raw_error_code::no_entry,
243 return make_error<RawError>(raw_error_code::invalid_format,
247 return make_error<RawError>(
452 return make_error<RawError>(raw_error_code::invalid_format,
lib/DebugInfo/PDB/Native/GlobalsStream.cpp 86 return make_error<RawError>(
96 return make_error<RawError>(raw_error_code::corrupt_file,
100 return make_error<RawError>(
116 return make_error<RawError>(raw_error_code::corrupt_file,
121 make_error<RawError>(raw_error_code::corrupt_file,
142 make_error<RawError>(raw_error_code::corrupt_file,
165 make_error<RawError>(raw_error_code::corrupt_file,
lib/DebugInfo/PDB/Native/HashTable.cpp 30 make_error<RawError>(raw_error_code::corrupt_file,
37 make_error<RawError>(raw_error_code::corrupt_file,
55 make_error<RawError>(raw_error_code::corrupt_file,
66 return joinErrors(std::move(EC), make_error<RawError>(
lib/DebugInfo/PDB/Native/InfoStream.cpp 31 make_error<RawError>(raw_error_code::corrupt_file,
41 return make_error<RawError>(raw_error_code::corrupt_file,
91 return make_error<RawError>(raw_error_code::no_stream);
lib/DebugInfo/PDB/Native/InjectedSourceStream.cpp 36 return make_error<RawError>(raw_error_code::corrupt_file,
44 return make_error<RawError>(raw_error_code::corrupt_file,
48 return make_error<RawError>(raw_error_code::corrupt_file,
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp 45 return make_error<RawError>(raw_error_code::corrupt_file,
56 return make_error<RawError>(raw_error_code::corrupt_file,
lib/DebugInfo/PDB/Native/NamedStreamMap.cpp 55 make_error<RawError>(raw_error_code::corrupt_file,
lib/DebugInfo/PDB/Native/NativeSession.cpp 80 return make_error<RawError>(raw_error_code::feature_unsupported);
lib/DebugInfo/PDB/Native/PDBFile.cpp 116 return make_error<RawError>(raw_error_code::not_writable,
127 return make_error<RawError>(raw_error_code::corrupt_file,
135 return make_error<RawError>(raw_error_code::corrupt_file,
221 return make_error<RawError>(raw_error_code::corrupt_file,
317 return make_error<RawError>(raw_error_code::no_stream);
491 return make_error<RawError>(raw_error_code::no_stream);
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp 221 return llvm::make_error<pdb::RawError>(raw_error_code::no_stream);
lib/DebugInfo/PDB/Native/PDBStringTable.cpp 32 return make_error<RawError>(raw_error_code::corrupt_file,
35 return make_error<RawError>(raw_error_code::corrupt_file,
49 make_error<RawError>(raw_error_code::corrupt_file,
69 make_error<RawError>(raw_error_code::corrupt_file,
127 return make_error<RawError>(raw_error_code::no_entry);
135 return make_error<RawError>(raw_error_code::no_entry);
lib/DebugInfo/PDB/Native/PublicsStream.cpp 64 return make_error<RawError>(raw_error_code::corrupt_file,
69 return make_error<RawError>(raw_error_code::corrupt_file,
80 make_error<RawError>(raw_error_code::corrupt_file,
86 make_error<RawError>(raw_error_code::corrupt_file,
93 make_error<RawError>(raw_error_code::corrupt_file,
98 return make_error<RawError>(raw_error_code::corrupt_file,
lib/DebugInfo/PDB/Native/TpiStream.cpp 45 return make_error<RawError>(raw_error_code::corrupt_file,
49 return make_error<RawError>(raw_error_code::corrupt_file,
53 return make_error<RawError>(raw_error_code::corrupt_file,
57 return make_error<RawError>(raw_error_code::corrupt_file,
61 return make_error<RawError>(raw_error_code::corrupt_file,
66 return make_error<RawError>(raw_error_code::corrupt_file,
84 return make_error<RawError>(raw_error_code::corrupt_file,
93 return make_error<RawError>(
tools/llvm-pdbutil/BytesOutputStyle.cpp 45 return make_error<RawError>(raw_error_code::invalid_format,
49 return make_error<RawError>(raw_error_code::invalid_format,
54 return make_error<RawError>(raw_error_code::invalid_format,
59 return make_error<RawError>(raw_error_code::invalid_format,
tools/llvm-pdbutil/DumpOutputStyle.cpp 422 return make_error<RawError>(raw_error_code::no_stream,
429 return make_error<RawError>(raw_error_code::corrupt_file,
tools/llvm-pdbutil/InputFile.cpp 44 return make_error<RawError>(raw_error_code::index_out_of_bounds,
53 return make_error<RawError>(raw_error_code::no_stream,
60 return make_error<RawError>(raw_error_code::corrupt_file,
usr/include/c++/7.4.0/bits/unique_ptr.h 68 default_delete(const default_delete<_Up>&) noexcept { }
72 operator()(_Tp* __ptr) const
74 static_assert(!is_void<_Tp>::value,
76 static_assert(sizeof(_Tp)>0,
122 using type = _Up*;
137 using pointer = typename _Ptr<_Tp, _Dp>::type;
161 typename __uniq_ptr_impl<_Tp, _Up>::_DeleterConstraint::type;
163 __uniq_ptr_impl<_Tp, _Dp> _M_t;
166 using pointer = typename __uniq_ptr_impl<_Tp, _Dp>::pointer;
167 using element_type = _Tp;
252 unique_ptr(unique_ptr<_Up, _Ep>&& __u) noexcept
811 { typedef unique_ptr<_Tp> __single_object; };
823 inline typename _MakeUniq<_Tp>::__single_object
825 { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }
usr/include/c++/7.4.0/type_traits 215 : public __is_void_helper<typename remove_cv<_Tp>::type>::type
581 : public __or_<is_lvalue_reference<_Tp>,
582 is_rvalue_reference<_Tp>>::type
601 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
601 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
602 is_void<_Tp>>>::type
638 : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
638 : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
1554 { typedef _Tp type; };
1563 { typedef _Tp type; };
1574 remove_const<typename remove_volatile<_Tp>::type>::type type;
1645 { typedef _Tp& type; };
1650 : public __add_lvalue_reference_helper<_Tp>