Home
last modified time | relevance | path

Searched refs:LineRange (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.h36 DefaultIsStmt(0), LineBase(0), LineRange(0), OpcodeBase(0) {} in Prologue()
55 uint8_t LineRange; member
72 return LineBase + (int8_t)LineRange - 1; in getMaxLineIncrementForSpecialOpcode()
77 MinInstLength = LineBase = LineRange = OpcodeBase = 0; in clear()
DDWARFDebugLine.cpp26 << format(" line_range: %u\n", LineRange) in dump()
147 prologue->LineRange = debug_line_data.getU8(offset_ptr); in parsePrologue()
338 uint64_t addr_offset = (adjust_opcode / prologue->LineRange) * in parseStatementTable()
422 uint64_t addr_offset = (adjust_opcode / prologue->LineRange) * in parseStatementTable()
425 (adjust_opcode % prologue->LineRange); in parseStatementTable()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp24 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
41 << format(" line_range: %u\n", LineRange) in dump()
91 LineRange = debug_line_data.getU8(offset_ptr); in parse()
412 (adjust_opcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()
496 (adjust_opcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()
498 Prologue.LineBase + (adjust_opcode % Prologue.LineRange); in parse()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h59 uint8_t LineRange; member
84 return LineBase + (int8_t)LineRange - 1; in getMaxLineIncrementForSpecialOpcode()
/external/clang/tools/clang-format/
DClangFormat.cpp125 std::pair<StringRef, StringRef> LineRange = Input.split(':'); in parseLineRange() local
126 return LineRange.first.getAsInteger(0, FromLine) || in parseLineRange()
127 LineRange.second.getAsInteger(0, ToLine); in parseLineRange()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h90 uint8_t LineRange; 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()
94 << format(" line_range: %u\n", LineRange) in dump()
332 LineRange = DebugLineData.getU8(OffsetPtr); in parse()
728 (AdjustOpcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()
827 (AdjustOpcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()
829 Prologue.LineBase + (AdjustOpcode % Prologue.LineRange); in parse()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp179 P.LineRange = 14; in createBasicPrologue()
358 Asm.emitInt8(Prologue.LineRange); in writeProloguePayload()
DDWARFDebugLineTest.cpp183 EXPECT_EQ(Prologue.LineRange, 14u); in checkDefaultPrologue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp159 IO.mapRequired("LineRange", LineTable.LineRange); in mapping()
DDWARFEmitter.cpp225 writeInteger((uint8_t)LineTable.LineRange, OS, DI.IsLittleEndian); in EmitDebugLine()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h136 uint8_t LineRange; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp264 DebugLines.LineRange = LineData.getU8(&Offset); in dumpDebugLines()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1807 Params.DWARF2LineRange = LineTable.Prologue.LineRange; in patchLineTableForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3100 Params.DWARF2LineRange = LineTable.Prologue.LineRange; in patchLineTableForUnit()