Home
last modified time | relevance | path

Searched full:linebase (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.h36 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()
DDWARFDebugLine.cpp25 << 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/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp158 IO.mapRequired("LineBase", LineTable.LineBase); in mapping()
DDWARFEmitter.cpp224 writeInteger((uint8_t)LineTable.LineBase, OS, DI.IsLittleEndian); in EmitDebugLine()
/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-7.0/llvm/test/ObjectYAML/MachO/
DDWARF-debug_line.yaml502 LineBase: 251
544 #CHECK: LineBase: 251
DDWARF5-debug_info.yaml464 LineBase: 251
DDWARF-debug_info.yaml463 LineBase: 251
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h88 int8_t LineBase; member
122 return LineBase + (int8_t)LineRange - 1; in getMaxLineIncrementForSpecialOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp72 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/
DDwarfGenerator.cpp178 P.LineBase = -5; in createBasicPrologue()
357 Asm.emitInt8(Prologue.LineBase); in writeProloguePayload()
DDWARFDebugInfoTest.cpp2065 LineBase: 251 in TEST()
2135 LineBase: 251 in TEST()
2207 LineBase: 251 in TEST()
2280 LineBase: 251 in TEST()
2368 LineBase: 251 in TEST()
DDWARFDebugLineTest.cpp182 EXPECT_EQ(Prologue.LineBase, -5); in checkDefaultPrologue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h135 uint8_t LineBase; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp263 DebugLines.LineBase = LineData.getU8(&Offset); in dumpDebugLines()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1806 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in patchLineTableForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3099 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in patchLineTableForUnit()