Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h88 int8_t LineBase; member
114 return LineBase + (int8_t)LineRange - 1; in getMaxLineIncrementForSpecialOpcode()
/freebsd-13.1/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()
401 LineBase = DebugLineData.getU8(Cursor); in parse()
707 LineTable->Prologue.LineBase + in handleSpecialOpcode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp245 IO.mapRequired("LineBase", LineTable.LineBase); in mapping()
H A DDWARFEmitter.cpp581 writeInteger(LineTable.LineBase, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h146 uint8_t LineBase; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1774 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in patchLineTableForUnit()