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.h18 insufficient_buffer, enumerator
54 case msf_error_code::insufficient_buffer:
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp31 cv_error_code::insufficient_buffer, in operator ()()
37 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.h18 insufficient_buffer, enumerator
H A DRecordSerialization.h124 return make_error<CodeViewError>(cv_error_code::insufficient_buffer, in deserialize()
H A DCodeViewRecordIO.h116 return make_error<CodeViewError>(cv_error_code::insufficient_buffer);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h21 insufficient_buffer, enumerator