Lines Matching defs:FPO
109 FrameProcedureOptions FPO) {
111 if (FPO == FrameProcedureOptions::None)
114 PUSH_FLAG(FrameProcedureOptions, HasAlloca, FPO, "has alloca");
115 PUSH_FLAG(FrameProcedureOptions, HasSetJmp, FPO, "has setjmp");
116 PUSH_FLAG(FrameProcedureOptions, HasLongJmp, FPO, "has longjmp");
117 PUSH_FLAG(FrameProcedureOptions, HasInlineAssembly, FPO, "has inline asm");
118 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh");
119 PUSH_FLAG(FrameProcedureOptions, MarkedInline, FPO, "marked inline");
120 PUSH_FLAG(FrameProcedureOptions, HasStructuredExceptionHandling, FPO,
122 PUSH_FLAG(FrameProcedureOptions, Naked, FPO, "naked");
123 PUSH_FLAG(FrameProcedureOptions, SecurityChecks, FPO, "secure checks");
124 PUSH_FLAG(FrameProcedureOptions, AsynchronousExceptionHandling, FPO,
126 PUSH_FLAG(FrameProcedureOptions, NoStackOrderingForSecurityChecks, FPO,
128 PUSH_FLAG(FrameProcedureOptions, Inlined, FPO, "inlined");
129 PUSH_FLAG(FrameProcedureOptions, StrictSecurityChecks, FPO,
131 PUSH_FLAG(FrameProcedureOptions, SafeBuffers, FPO, "safe buffers");
132 PUSH_FLAG(FrameProcedureOptions, ProfileGuidedOptimization, FPO, "pgo");
133 PUSH_FLAG(FrameProcedureOptions, ValidProfileCounts, FPO,
135 PUSH_FLAG(FrameProcedureOptions, OptimizedForSpeed, FPO, "opt speed");
136 PUSH_FLAG(FrameProcedureOptions, GuardCfg, FPO, "guard cfg");
137 PUSH_FLAG(FrameProcedureOptions, GuardCfw, FPO, "guard cfw");