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

References

lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  418   IsStmt = DefaultIsStmt;
  434      << (IsStmt ? " is_stmt" : "") << (BasicBlock ? " basic_block" : "")
  748         State.Row.IsStmt = !State.Row.IsStmt;
  748         State.Row.IsStmt = !State.Row.IsStmt;
tools/dsymutil/DwarfStreamer.cpp
  539     if (IsStatement != Row.IsStmt) {
  540       IsStatement = Row.IsStmt;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1006         row.IsStmt, row.BasicBlock, row.PrologueEnd, row.EpilogueBegin,