Home
last modified time | relevance | path

Searched refs:DefaultIsStmt (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h86 uint8_t DefaultIsStmt; member
141 explicit Row(bool DefaultIsStmt = false);
145 void reset(bool DefaultIsStmt);
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp108 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
136 << format(" default_is_stmt: %u\n", DefaultIsStmt) in dump()
400 DefaultIsStmt = DebugLineData.getU8(Cursor); in parse()
462 DWARFDebugLine::Row::Row(bool DefaultIsStmt) { reset(DefaultIsStmt); } in Row() argument
471 void DWARFDebugLine::Row::reset(bool DefaultIsStmt) { in reset() argument
479 IsStmt = DefaultIsStmt; in reset()
547 Row.reset(LineTable->Prologue.DefaultIsStmt); in resetRowAndSequence()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp244 IO.mapRequired("DefaultIsStmt", LineTable.DefaultIsStmt); in mapping()
H A DDWARFEmitter.cpp580 writeInteger(LineTable.DefaultIsStmt, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h145 uint8_t DefaultIsStmt; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1762 LineTable.Prologue.DefaultIsStmt != DWARF2_LINE_DEFAULT_IS_STMT || in patchLineTableForUnit()