Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp24 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
38 << format(Version >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump()
88 MaxOpsPerInst = debug_line_data.getU8(offset_ptr); in parse()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h53 uint8_t MaxOpsPerInst; member