Home
last modified time | relevance | path

Searched refs:MinInstLength (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.h35 : TotalLength(0), Version(0), PrologueLength(0), MinInstLength(0), in Prologue()
49 uint8_t MinInstLength; member
77 MinInstLength = LineBase = LineRange = OpcodeBase = 0; in clear()
DDWARFDebugLine.cpp23 << format("min_inst_length: %u\n", MinInstLength) in dump()
144 prologue->MinInstLength = debug_line_data.getU8(offset_ptr); in parsePrologue()
291 prologue->MinInstLength; in parseStatementTable()
339 prologue->MinInstLength; in parseStatementTable()
423 prologue->MinInstLength; in parseStatementTable()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp24 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
37 << format(" min_inst_length: %u\n", MinInstLength) in dump()
86 MinInstLength = debug_line_data.getU8(offset_ptr); in parse()
364 debug_line_data.getULEB128(offset_ptr) * Prologue.MinInstLength; in parse()
412 (adjust_opcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()
496 (adjust_opcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp72 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
90 << format(" min_inst_length: %u\n", MinInstLength) in dump()
327 MinInstLength = DebugLineData.getU8(OffsetPtr); in parse()
670 DebugLineData.getULEB128(OffsetPtr) * Prologue.MinInstLength; in parse()
728 (AdjustOpcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()
827 (AdjustOpcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.h103 StringRef PrologueBytes, unsigned MinInstLength,
DDwarfStreamer.cpp438 unsigned MinInstLength, in emitLineTableForUnit() argument
490 AddressDelta = (Row.Address - Address) / MinInstLength; in emitLineTableForUnit()
DDwarfLinker.cpp1810 LineTable.Prologue.MinInstLength, NewRows, in patchLineTableForUnit()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h50 uint8_t MinInstLength; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h81 uint8_t MinInstLength; member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp175 P.MinInstLength = 1; in createBasicPrologue()
353 Asm.emitInt8(Prologue.MinInstLength); in writeProloguePayload()
DDWARFDebugLineTest.cpp180 EXPECT_EQ(Prologue.MinInstLength, 1u); in checkDefaultPrologue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp154 IO.mapRequired("MinInstLength", LineTable.MinInstLength); in mapping()
DDWARFEmitter.cpp220 writeInteger((uint8_t)LineTable.MinInstLength, OS, DI.IsLittleEndian); in EmitDebugLine()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h132 uint8_t MinInstLength; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp259 DebugLines.MinInstLength = LineData.getU8(&Offset); in dumpDebugLines()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp553 StringRef PrologueBytes, unsigned MinInstLength,
885 unsigned MinInstLength, in emitLineTableForUnit() argument
936 AddressDelta = (Row.Address - Address) / MinInstLength; in emitLineTableForUnit()
3103 LineTable.Prologue.MinInstLength, NewRows, in patchLineTableForUnit()