Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h82 uint8_t DefaultIsStmt; member
133 explicit Row(bool DefaultIsStmt = false);
137 void reset(bool DefaultIsStmt);
/freebsd/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()
421 DefaultIsStmt = DebugLineData.getU8(Cursor); in parse()
483 DWARFDebugLine::Row::Row(bool DefaultIsStmt) { reset(DefaultIsStmt); } in Row() argument
492 void DWARFDebugLine::Row::reset(bool DefaultIsStmt) { in reset() argument
500 IsStmt = DefaultIsStmt; in reset()
570 Row.reset(LineTable->Prologue.DefaultIsStmt); in resetRowAndSequence()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h277 Section.emitIntVal(P.DefaultIsStmt, 1); in emitLineTableProloguePayload()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp271 IO.mapRequired("DefaultIsStmt", LineTable.DefaultIsStmt); in mapping()
H A DDWARFEmitter.cpp581 writeInteger(LineTable.DefaultIsStmt, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h168 uint8_t DefaultIsStmt; member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1012 MS->emitInt8(P.DefaultIsStmt); in emitLineTableProloguePayload()