Home
last modified time | relevance | path

Searched refs:insufficient_buffer (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h19 insufficient_buffer, enumerator
55 case msf_error_code::insufficient_buffer:
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp30 cv_error_code::insufficient_buffer, in operator ()()
36 cv_error_code::insufficient_buffer, in operator ()()
H A DCodeViewError.cpp27 case cv_error_code::insufficient_buffer: in message()
H A DCodeViewRecordIO.cpp241 return make_error<CodeViewError>(cv_error_code::insufficient_buffer); in mapGuid()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFError.cpp27 case msf_error_code::insufficient_buffer: in message()
H A DMSFBuilder.cpp69 return make_error<MSFError>(msf_error_code::insufficient_buffer, in setBlockMapAddr()
111 return make_error<MSFError>(msf_error_code::insufficient_buffer, in allocateBlocks()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DRawError.cpp24 case raw_error_code::insufficient_buffer: in message()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewError.h19 insufficient_buffer, enumerator
H A DRecordSerialization.h125 return make_error<CodeViewError>(cv_error_code::insufficient_buffer, in deserialize()
H A DCodeViewRecordIO.h117 return make_error<CodeViewError>(cv_error_code::insufficient_buffer);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h22 insufficient_buffer, enumerator