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

References

lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  405   BasicBlock = false;
  419   BasicBlock = false;
  434      << (IsStmt ? " is_stmt" : "") << (BasicBlock ? " basic_block" : "")
  754         State.Row.BasicBlock = true;
tools/dsymutil/DwarfLinker.cpp
 1898         NextLine.BasicBlock = 0;
tools/dsymutil/DwarfStreamer.cpp
  544     if (Row.BasicBlock) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1006         row.IsStmt, row.BasicBlock, row.PrologueEnd, row.EpilogueBegin,