Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDebugLineSectionEmitter.h271 Section.emitIntVal(P.MinInstLength, 1); in emitLineTableProloguePayload()
336 (Row.Address.Address - Address) / LineTable.Prologue.MinInstLength; in emitLineTableRows()
HDDWARFLinkerTypeUnit.cpp30 LineTable.Prologue.MinInstLength = 1; in TypeUnit()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugLine.cpp108 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
134 << format(" min_inst_length: %u\n", MinInstLength) in dump()
418 MinInstLength = DebugLineData.getU8(Cursor); in parse()
666 if (ReportAdvanceAddrProblem && LineTable->Prologue.MinInstLength == 0) in advanceAddrOpIndex()
691 LineTable->Prologue.MinInstLength; in advanceAddrOpIndex()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugLine.h77 uint8_t MinInstLength; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDWARFYAML.cpp268 IO.mapRequired("MinInstLength", LineTable.MinInstLength); in mapping()
HDDWARFEmitter.cpp577 writeInteger(LineTable.MinInstLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFStreamer.cpp1004 MS->emitInt8(P.MinInstLength); in emitLineTableProloguePayload()
1083 (Row.Address.Address - Address) / LineTable.Prologue.MinInstLength; in emitLineTableRows()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDDWARFYAML.h166 uint8_t MinInstLength; member