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

References

include/llvm/CodeGen/MachineModuleInfo.h
  217     return HasNosplitStack;
  221     HasNosplitStack = b;
lib/CodeGen/MachineModuleInfo.cpp
  195   HasSplitStack = HasNosplitStack = false;
  220   HasNosplitStack = MMI.HasNosplitStack;
  220   HasNosplitStack = MMI.HasNosplitStack;