Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Dsources.test175 MinInstLength: 1
188 MinInstLength: 1
218 MinInstLength: 1
230 MinInstLength: 1
291 MinInstLength: 1
304 MinInstLength: 1
338 MinInstLength: 1
H A Dverify_invalid_line_table_prologue_dir_index.yaml36 MinInstLength: 1
H A Dverify_invalid_line_file_index.yaml36 MinInstLength: 1
H A Dverify_invalid_line_sequence.yaml36 MinInstLength: 1
H A Dverify_duplicate_file_warning.yaml36 MinInstLength: 1
H A Dverify_cu_dont_share_line_table.yaml46 MinInstLength: 1
H A Dverify_attr_file_indexes_no_files.yaml108 MinInstLength: 1
H A Dverify_attr_file_indexes.yaml108 MinInstLength: 1
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-line.yaml77 MinInstLength: 1
207 MinInstLength: 1
233 MinInstLength: 1
297 MinInstLength: 1
342 MinInstLength: 1
423 MinInstLength: 1
537 MinInstLength: 1
562 MinInstLength: 1
612 MinInstLength: 1
651 MinInstLength: 1
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h120 StringRef PrologueBytes, unsigned MinInstLength,
H A DDWARFLinker.h144 unsigned MinInstLength,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A 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()
628 if (ReportAdvanceAddrProblem && LineTable->Prologue.MinInstLength == 0) in advanceAddr()
637 uint64_t AddrOffset = OperationAdvance * LineTable->Prologue.MinInstLength; in advanceAddr()
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddead-code-filtering.yaml119 MinInstLength: 1
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp168 EXPECT_EQ(Prologue.MinInstLength, 1u); in checkDefaultPrologue()
1171 std::tie(MinInstLength, IsErrorExpected) = GetParam();
1176 Prologue.MinInstLength = MinInstLength;
1184 return MinInstLength != 0 ? AdjustAddressFixtureBase::getAdjustedAddr(
1189 uint8_t MinInstLength; member
H A DDwarfGenerator.cpp184 P.MinInstLength = 1; in createBasicPrologue()
378 Asm.emitInt8(Prologue.MinInstLength); in writeProloguePayload()
/llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/
H A DDWARF-debug_line.yaml496 MinInstLength: 1
536 # CHECK-NEXT: MinInstLength: 1
H A DDWARF5-debug_info.yaml464 MinInstLength: 1
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h78 uint8_t MinInstLength; member
/llvm-project-15.0.7/lldb/test/API/functionalities/source-map/
H A Da.yaml370 MinInstLength: 1
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp509 unsigned MinInstLength, in emitLineTableForUnit() argument
559 AddressDelta = (Row.Address.Address - Address) / MinInstLength; in emitLineTableForUnit()
/llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/ARM_AArch64/
H A Dfat-macho-dwarf.yaml468 MinInstLength: 1
936 MinInstLength: 1
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/Inputs/
H A Dstrip-all-with-dwarf.yaml473 MinInstLength: 1
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp241 IO.mapRequired("MinInstLength", LineTable.MinInstLength); in mapping()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp374 DebugLines.MinInstLength = LineData.getU8(&Offset); in dumpDebugLines()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h143 uint8_t MinInstLength; member

12