| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | sources.test | 175 MinInstLength: 1 188 MinInstLength: 1 218 MinInstLength: 1 230 MinInstLength: 1 291 MinInstLength: 1 304 MinInstLength: 1 338 MinInstLength: 1
|
| H A D | verify_invalid_line_table_prologue_dir_index.yaml | 36 MinInstLength: 1
|
| H A D | verify_invalid_line_file_index.yaml | 36 MinInstLength: 1
|
| H A D | verify_invalid_line_sequence.yaml | 36 MinInstLength: 1
|
| H A D | verify_duplicate_file_warning.yaml | 36 MinInstLength: 1
|
| H A D | verify_cu_dont_share_line_table.yaml | 46 MinInstLength: 1
|
| H A D | verify_attr_file_indexes_no_files.yaml | 108 MinInstLength: 1
|
| H A D | verify_attr_file_indexes.yaml | 108 MinInstLength: 1
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/ |
| H A D | debug-line.yaml | 77 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 D | DWARFStreamer.h | 120 StringRef PrologueBytes, unsigned MinInstLength,
|
| H A D | DWARFLinker.h | 144 unsigned MinInstLength,
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 108 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 D | dead-code-filtering.yaml | 119 MinInstLength: 1
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugLineTest.cpp | 168 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 D | DwarfGenerator.cpp | 184 P.MinInstLength = 1; in createBasicPrologue() 378 Asm.emitInt8(Prologue.MinInstLength); in writeProloguePayload()
|
| /llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/ |
| H A D | DWARF-debug_line.yaml | 496 MinInstLength: 1 536 # CHECK-NEXT: MinInstLength: 1
|
| H A D | DWARF5-debug_info.yaml | 464 MinInstLength: 1
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 78 uint8_t MinInstLength; member
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/source-map/ |
| H A D | a.yaml | 370 MinInstLength: 1
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 509 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 D | fat-macho-dwarf.yaml | 468 MinInstLength: 1 936 MinInstLength: 1
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/Inputs/ |
| H A D | strip-all-with-dwarf.yaml | 473 MinInstLength: 1
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 241 IO.mapRequired("MinInstLength", LineTable.MinInstLength); in mapping()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 374 DebugLines.MinInstLength = LineData.getU8(&Offset); in dumpDebugLines()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 143 uint8_t MinInstLength; member
|