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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFStreamer.h 113 StringRef PrologueBytes, unsigned MinInstLength,
DWARFLinker.h 161 unsigned MinInstLength,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 108 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0;
134 << format(" min_inst_length: %u\n", MinInstLength)
397 MinInstLength = DebugLineData.getU8(Cursor);
624 if (ReportAdvanceAddrProblem && LineTable->Prologue.MinInstLength == 0)
633 uint64_t AddrOffset = OperationAdvance * LineTable->Prologue.MinInstLength;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 81 uint8_t MinInstLength;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
DWARFYAML.cpp 241 IO.mapRequired("MinInstLength", LineTable.MinInstLength);
DWARFEmitter.cpp 576 writeInteger(LineTable.MinInstLength, BufferOS, DI.IsLittleEndian);
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFStreamer.cpp 494 unsigned MinInstLength,
546 AddressDelta = (Row.Address.Address - Address) / MinInstLength;
DWARFLinker.cpp 1778 LineTable.Prologue.MinInstLength, NewRows,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 143 uint8_t MinInstLength;
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp 373 DebugLines.MinInstLength = LineData.getU8(&Offset);

Completed in 20 milliseconds