Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h57 int8_t LineBase; member
84 return LineBase + (int8_t)LineRange - 1; in getMaxLineIncrementForSpecialOpcode()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp24 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
40 << format(" line_base: %i\n", LineBase) in dump()
90 LineBase = debug_line_data.getU8(offset_ptr); in parse()
498 Prologue.LineBase + (adjust_opcode % Prologue.LineRange); in parse()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h88 int8_t LineBase; member
122 return LineBase + (int8_t)LineRange - 1; in getMaxLineIncrementForSpecialOpcode()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h88 int8_t LineBase; member
114 return LineBase + (int8_t)LineRange - 1; in getMaxLineIncrementForSpecialOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp91 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
112 << format(" line_base: %i\n", LineBase) in dump()
339 LineBase = DebugLineData.getU8(OffsetPtr); in parse()
875 Prologue.LineBase + (AdjustOpcode % Prologue.LineRange); in parse()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp187 P.LineBase = -5; in createBasicPrologue()
387 Asm.emitInt8(Prologue.LineBase); in writeProloguePayload()
DDWARFDebugLineTest.cpp166 EXPECT_EQ(Prologue.LineBase, -5); in checkDefaultPrologue()
/external/llvm-project/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()
707 LineTable->Prologue.LineBase + in handleSpecialOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp157 IO.mapRequired("LineBase", LineTable.LineBase); in mapping()
DDWARFEmitter.cpp223 writeInteger((uint8_t)LineTable.LineBase, OS, DI.IsLittleEndian); in EmitDebugLine()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h134 uint8_t LineBase; member
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp245 IO.mapRequired("LineBase", LineTable.LineBase); in mapping()
DDWARFEmitter.cpp582 writeInteger(LineTable.LineBase, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp377 DebugLines.LineBase = LineData.getU8(&Offset); in dumpDebugLines()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h146 uint8_t LineBase; member
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1792 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in patchLineTableForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3099 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in patchLineTableForUnit()