Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h88 int8_t LineBase; member
122 return LineBase + (int8_t)LineRange - 1; in getMaxLineIncrementForSpecialOpcode()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp73 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
94 << format(" line_base: %i\n", LineBase) in dump()
315 LineBase = DebugLineData.getU8(OffsetPtr); in parse()
816 Prologue.LineBase + (AdjustOpcode % Prologue.LineRange); in parse()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp158 IO.mapRequired("LineBase", LineTable.LineBase); in mapping()
H A DDWARFEmitter.cpp224 writeInteger((uint8_t)LineTable.LineBase, OS, DI.IsLittleEndian); in EmitDebugLine()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h135 uint8_t LineBase; member