Home
last modified time | relevance | path

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

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