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