Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h271 Section.emitIntVal(P.MinInstLength, 1); in emitLineTableProloguePayload()
336 (Row.Address.Address - Address) / LineTable.Prologue.MinInstLength; in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.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/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h77 uint8_t MinInstLength; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp268 IO.mapRequired("MinInstLength", LineTable.MinInstLength); in mapping()
H A DDWARFEmitter.cpp577 writeInteger(LineTable.MinInstLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1004 MS->emitInt8(P.MinInstLength); in emitLineTableProloguePayload()
1083 (Row.Address.Address - Address) / LineTable.Prologue.MinInstLength; in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h166 uint8_t MinInstLength; member