Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h238 HasStructuredExceptionHandling = 0x00000040, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp221 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasStructuredExceptionHandling),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp120 PUSH_FLAG(FrameProcedureOptions, HasStructuredExceptionHandling, FPO, in formatFrameProcedureOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1529 FPO |= FrameProcedureOptions::HasStructuredExceptionHandling; in beginFunctionImpl()