Home
last modified time | relevance | path

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

/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-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp91 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
109 << format(" min_inst_length: %u\n", MinInstLength) in dump()
335 MinInstLength = DebugLineData.getU8(OffsetPtr); in parse()
716 DebugLineData.getULEB128(OffsetPtr) * Prologue.MinInstLength; in parse()
774 (AdjustOpcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()
873 (AdjustOpcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h148 unsigned MinInstLength,
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h50 uint8_t MinInstLength; member
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h113 StringRef PrologueBytes, unsigned MinInstLength,
DDWARFLinker.h153 unsigned MinInstLength,
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp164 EXPECT_EQ(Prologue.MinInstLength, 1u); in checkDefaultPrologue()
1004 std::tie(MinInstLength, IsErrorExpected) = GetParam(); in SetUp()
1009 Prologue.MinInstLength = MinInstLength; in editPrologue()
1017 return MinInstLength != 0 ? AdjustAddressFixtureBase::getAdjustedAddr( in getAdjustedAddr()
1022 uint8_t MinInstLength; member
DDwarfGenerator.cpp184 P.MinInstLength = 1; in createBasicPrologue()
383 Asm.emitInt8(Prologue.MinInstLength); in writeProloguePayload()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp108 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
134 << format(" min_inst_length: %u\n", MinInstLength) in dump()
397 MinInstLength = DebugLineData.getU8(Cursor); in parse()
624 if (ReportAdvanceAddrProblem && LineTable->Prologue.MinInstLength == 0) in advanceAddr()
633 uint64_t AddrOffset = OperationAdvance * LineTable->Prologue.MinInstLength; in advanceAddr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h81 uint8_t MinInstLength; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp153 IO.mapRequired("MinInstLength", LineTable.MinInstLength); in mapping()
DDWARFEmitter.cpp219 writeInteger((uint8_t)LineTable.MinInstLength, OS, DI.IsLittleEndian); in EmitDebugLine()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h81 uint8_t MinInstLength; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h131 uint8_t MinInstLength; member
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp468 unsigned MinInstLength, in emitLineTableForUnit() argument
520 AddressDelta = (Row.Address.Address - Address) / MinInstLength; in emitLineTableForUnit()
DDWARFLinker.cpp1796 LineTable.Prologue.MinInstLength, NewRows, in patchLineTableForUnit()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp241 IO.mapRequired("MinInstLength", LineTable.MinInstLength); in mapping()
DDWARFEmitter.cpp577 writeInteger(LineTable.MinInstLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp373 DebugLines.MinInstLength = LineData.getU8(&Offset); in dumpDebugLines()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h143 uint8_t MinInstLength; member
/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()