reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  111   PUSH_FLAG(FrameProcedureOptions, HasAlloca, FPO, "has alloca");
  112   PUSH_FLAG(FrameProcedureOptions, HasSetJmp, FPO, "has setjmp");
  113   PUSH_FLAG(FrameProcedureOptions, HasLongJmp, FPO, "has longjmp");
  114   PUSH_FLAG(FrameProcedureOptions, HasInlineAssembly, FPO, "has inline asm");
  115   PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh");
  116   PUSH_FLAG(FrameProcedureOptions, MarkedInline, FPO, "marked inline");
  117   PUSH_FLAG(FrameProcedureOptions, HasStructuredExceptionHandling, FPO,
  119   PUSH_FLAG(FrameProcedureOptions, Naked, FPO, "naked");
  120   PUSH_FLAG(FrameProcedureOptions, SecurityChecks, FPO, "secure checks");
  121   PUSH_FLAG(FrameProcedureOptions, AsynchronousExceptionHandling, FPO,
  123   PUSH_FLAG(FrameProcedureOptions, NoStackOrderingForSecurityChecks, FPO,
  125   PUSH_FLAG(FrameProcedureOptions, Inlined, FPO, "inlined");
  126   PUSH_FLAG(FrameProcedureOptions, StrictSecurityChecks, FPO,
  128   PUSH_FLAG(FrameProcedureOptions, SafeBuffers, FPO, "safe buffers");
  129   PUSH_FLAG(FrameProcedureOptions, ProfileGuidedOptimization, FPO, "pgo");
  130   PUSH_FLAG(FrameProcedureOptions, ValidProfileCounts, FPO,
  132   PUSH_FLAG(FrameProcedureOptions, OptimizedForSpeed, FPO, "opt speed");
  133   PUSH_FLAG(FrameProcedureOptions, GuardCfg, FPO, "guard cfg");
  134   PUSH_FLAG(FrameProcedureOptions, GuardCfw, FPO, "guard cfw");
  135   return typesetItemList(Opts, 4, IndentLevel, " | ");