Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
711 LineTable->Prologue.LineBase + in handleSpecialOpcode()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h84 int8_t LineBase; member
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp245 IO.mapRequired("LineBase", LineTable.LineBase); in mapping()
H A DDWARFEmitter.cpp582 writeInteger(LineTable.LineBase, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h147 uint8_t LineBase; member
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp379 DebugLines.LineBase = LineData.getU8(&Offset); in dumpDebugLines()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1892 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in patchLineTableForUnit()