Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h228 HasStructuredExceptionHandling = 0x00000040, enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp217 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasStructuredExceptionHandling),
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp119 PUSH_FLAG(FrameProcedureOptions, HasStructuredExceptionHandling, FPO, in formatFrameProcedureOptions()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1504 FPO |= FrameProcedureOptions::HasStructuredExceptionHandling; in beginFunctionImpl()