HomeSort by relevance Sort by last modified time
    Searched refs:MaxOpsPerInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 53 uint8_t MaxOpsPerInst;
DWARFDebugLine.cpp 26 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0;
39 << format(Version >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst)
82 MaxOpsPerInst = debug_line_data.getU8(offset_ptr);

Completed in 696 milliseconds