HomeSort by: relevance | last modified time | path
    Searched refs:MaxOpsPerInst (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 108 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0;
135 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst)
399 MaxOpsPerInst = DebugLineData.getU8(Cursor);
611 // For versions less than 4, the MaxOpsPerInst member is set to 0, as the
615 LineTable->Prologue.MaxOpsPerInst != 1)
623 LineTable->Prologue.MaxOpsPerInst));
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 84 uint8_t MaxOpsPerInst;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
DWARFYAML.cpp 243 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst);
DWARFEmitter.cpp 579 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 144 uint8_t MaxOpsPerInst;
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp 375 DebugLines.MaxOpsPerInst = LineData.getU8(&Offset);

Completed in 35 milliseconds