Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h83 uint8_t DefaultIsStmt; member
134 LLVM_ABI explicit Row(bool DefaultIsStmt = false);
138 LLVM_ABI 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()
420 DefaultIsStmt = DebugLineData.getU8(Cursor); in parse()
482 DWARFDebugLine::Row::Row(bool DefaultIsStmt) { reset(DefaultIsStmt); } in Row() argument
491 void DWARFDebugLine::Row::reset(bool DefaultIsStmt) { in reset() argument
499 IsStmt = DefaultIsStmt; in reset()
568 Row.reset(LineTable->Prologue.DefaultIsStmt); in resetRowAndSequence()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp31 LineTable.Prologue.DefaultIsStmt = 1; in TypeUnit()
H A DDebugLineSectionEmitter.h277 Section.emitIntVal(P.DefaultIsStmt, 1); in emitLineTableProloguePayload()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp287 IO.mapRequired("DefaultIsStmt", LineTable.DefaultIsStmt); in mapping()
H A DDWARFEmitter.cpp608 writeInteger(LineTable.DefaultIsStmt, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h172 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()