Home
last modified time | relevance | path

Searched refs:MaxOpsPerInst (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp108 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
135 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump()
399 MaxOpsPerInst = DebugLineData.getU8(Cursor); in parse()
615 LineTable->Prologue.MaxOpsPerInst != 1) in advanceAddr()
623 LineTable->Prologue.MaxOpsPerInst)); in advanceAddr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h84 uint8_t MaxOpsPerInst; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp243 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
H A DDWARFEmitter.cpp579 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h144 uint8_t MaxOpsPerInst; member