Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h84 uint8_t MaxOpsPerInst; member
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp73 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
92 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump()
313 MaxOpsPerInst = DebugLineData.getU8(OffsetPtr); in parse()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp156 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
H A DDWARFEmitter.cpp222 writeInteger((uint8_t)LineTable.MaxOpsPerInst, OS, DI.IsLittleEndian); in EmitDebugLine()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h133 uint8_t MaxOpsPerInst; member