Home
last modified time | relevance | path

Searched refs:MinInstLength (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h113 StringRef PrologueBytes, unsigned MinInstLength,
DDWARFLinker.h161 unsigned MinInstLength,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp108 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/
DDWARFDebugLine.h81 uint8_t MinInstLength; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp494 unsigned MinInstLength, in emitLineTableForUnit() argument
546 AddressDelta = (Row.Address.Address - Address) / MinInstLength; in emitLineTableForUnit()
DDWARFLinker.cpp1778 LineTable.Prologue.MinInstLength, NewRows, in patchLineTableForUnit()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp241 IO.mapRequired("MinInstLength", LineTable.MinInstLength); in mapping()
DDWARFEmitter.cpp576 writeInteger(LineTable.MinInstLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h143 uint8_t MinInstLength; member