Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
619 LineTable->Prologue.MaxOpsPerInst != 1) in advanceAddr()
627 LineTable->Prologue.MaxOpsPerInst)); in advanceAddr()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h80 uint8_t MaxOpsPerInst; member
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp243 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
H A DDWARFEmitter.cpp580 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h145 uint8_t MaxOpsPerInst; member
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp377 DebugLines.MaxOpsPerInst = LineData.getU8(&Offset); in dumpDebugLines()