enum class ErrorPolicy

Description

Used as a return value for a error callback passed to DWARF context. Callback should return Halt if client application wants to stop object parsing, or should return Continue otherwise.

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h:53

Enumerators

NameValueComment
Halt0
Continue1