Searched refs:LineBase (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugLine.h | 36 DefaultIsStmt(0), LineBase(0), LineRange(0), OpcodeBase(0) {} in Prologue() 53 int8_t LineBase; member 72 return LineBase + (int8_t)LineRange - 1; in getMaxLineIncrementForSpecialOpcode() 77 MinInstLength = LineBase = LineRange = OpcodeBase = 0; in clear()
|
D | DWARFDebugLine.cpp | 25 << format(" line_base: %i\n", LineBase) in dump() 146 prologue->LineBase = debug_line_data.getU8(offset_ptr); in parsePrologue() 424 int32_t line_offset = prologue->LineBase + in parseStatementTable()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 57 int8_t LineBase; member 84 return LineBase + (int8_t)LineRange - 1; in getMaxLineIncrementForSpecialOpcode()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 24 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-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 88 int8_t LineBase; member 122 return LineBase + (int8_t)LineRange - 1; in getMaxLineIncrementForSpecialOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 72 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear() 93 << format(" line_base: %i\n", LineBase) in dump() 331 LineBase = DebugLineData.getU8(OffsetPtr); in parse() 829 Prologue.LineBase + (AdjustOpcode % Prologue.LineRange); in parse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.cpp | 178 P.LineBase = -5; in createBasicPrologue() 357 Asm.emitInt8(Prologue.LineBase); in writeProloguePayload()
|
D | DWARFDebugLineTest.cpp | 182 EXPECT_EQ(Prologue.LineBase, -5); in checkDefaultPrologue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 158 IO.mapRequired("LineBase", LineTable.LineBase); in mapping()
|
D | DWARFEmitter.cpp | 224 writeInteger((uint8_t)LineTable.LineBase, OS, DI.IsLittleEndian); in EmitDebugLine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 135 uint8_t LineBase; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 263 DebugLines.LineBase = LineData.getU8(&Offset); in dumpDebugLines()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1806 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in patchLineTableForUnit()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 3099 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in patchLineTableForUnit()
|