Searched refs:MinInstLength (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 108 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear() 134 << format(" min_inst_length: %u\n", MinInstLength) in dump() 397 MinInstLength = DebugLineData.getU8(Cursor); in parse() 624 if (ReportAdvanceAddrProblem && LineTable->Prologue.MinInstLength == 0) in advanceAddr() 633 uint64_t AddrOffset = OperationAdvance * LineTable->Prologue.MinInstLength; in advanceAddr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFStreamer.h | 113 StringRef PrologueBytes, unsigned MinInstLength,
|
| H A D | DWARFLinker.h | 161 unsigned MinInstLength,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 81 uint8_t MinInstLength; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 494 unsigned MinInstLength, in emitLineTableForUnit() argument 546 AddressDelta = (Row.Address.Address - Address) / MinInstLength; in emitLineTableForUnit()
|
| H A D | DWARFLinker.cpp | 1778 LineTable.Prologue.MinInstLength, NewRows, in patchLineTableForUnit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 241 IO.mapRequired("MinInstLength", LineTable.MinInstLength); in mapping()
|
| H A D | DWARFEmitter.cpp | 576 writeInteger(LineTable.MinInstLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 373 DebugLines.MinInstLength = LineData.getU8(&Offset); in dumpDebugLines()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 143 uint8_t MinInstLength; member
|