Home
last modified time | relevance | path

Searched refs:index_out_of_bounds (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DRawError.cpp29 case raw_error_code::index_out_of_bounds: in message()
H A DDbiModuleList.cpp274 return make_error<RawError>(raw_error_code::index_out_of_bounds); in getFileName()
H A DInputFile.cpp47 return make_error<RawError>(raw_error_code::index_out_of_bounds, in getModuleDebugStream()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h23 index_out_of_bounds, enumerator