Searched refs:MinInstLength (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| D | DWARFStreamer.h | 113 StringRef PrologueBytes, unsigned MinInstLength,
|
| D | DWARFLinker.h | 161 unsigned MinInstLength,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugLine.h | 81 uint8_t MinInstLength; member
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| D | DWARFStreamer.cpp | 494 unsigned MinInstLength, in emitLineTableForUnit() argument 546 AddressDelta = (Row.Address.Address - Address) / MinInstLength; in emitLineTableForUnit()
|
| D | DWARFLinker.cpp | 1778 LineTable.Prologue.MinInstLength, NewRows, in patchLineTableForUnit()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| D | DWARFYAML.cpp | 241 IO.mapRequired("MinInstLength", LineTable.MinInstLength); in mapping()
|
| D | DWARFEmitter.cpp | 576 writeInteger(LineTable.MinInstLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| D | DWARFYAML.h | 143 uint8_t MinInstLength; member
|