Home
last modified time | relevance | path

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

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