Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h279 Section.emitIntVal(P.LineBase, 1); in emitLineTableProloguePayload()
300 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp108 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
137 << format(" line_base: %i\n", LineBase) in dump()
422 LineBase = DebugLineData.getU8(Cursor); in parse()
771 LineTable->Prologue.LineBase + in handleSpecialOpcode()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h84 int8_t LineBase; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp272 IO.mapRequired("LineBase", LineTable.LineBase); in mapping()
H A DDWARFEmitter.cpp582 writeInteger(LineTable.LineBase, 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.cpp1015 MS->emitInt8(P.LineBase); in emitLineTableProloguePayload()
1044 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h169 uint8_t LineBase; member