| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | sources.test | 180 OpcodeBase: 1 193 OpcodeBase: 1 223 OpcodeBase: 1 235 OpcodeBase: 1 296 OpcodeBase: 1 309 OpcodeBase: 1 343 OpcodeBase: 1
|
| H A D | verify_invalid_line_table_prologue_dir_index.yaml | 40 OpcodeBase: 13
|
| H A D | verify_invalid_line_file_index.yaml | 40 OpcodeBase: 13
|
| H A D | verify_invalid_line_sequence.yaml | 40 OpcodeBase: 13
|
| H A D | verify_duplicate_file_warning.yaml | 40 OpcodeBase: 13
|
| H A D | verify_cu_dont_share_line_table.yaml | 50 OpcodeBase: 13
|
| H A D | verify_attr_file_indexes_no_files.yaml | 112 OpcodeBase: 13
|
| H A D | verify_attr_file_indexes.yaml | 112 OpcodeBase: 13
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 516 uint8_t OpcodeBase, uint8_t AddrSize, in writeLineTableOpcode() argument 521 } else if (Op.Opcode < OpcodeBase) { in writeLineTableOpcode() 555 getStandardOpcodeLengths(uint16_t Version, Optional<uint8_t> OpcodeBase) { in getStandardOpcodeLengths() argument 563 } else if (OpcodeBase) { in getStandardOpcodeLengths() 564 StandardOpcodeLengths.resize(*OpcodeBase > 0 ? *OpcodeBase - 1 : 0, 0); in getStandardOpcodeLengths() 586 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine() 587 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine() local 588 ? *LineTable.OpcodeBase in emitDebugLine() 590 writeInteger(OpcodeBase, BufferOS, DI.IsLittleEndian); in emitDebugLine() 608 writeLineTableOpcode(Op, OpcodeBase, DI.Is64BitAddrSize ? 8 : 4, BufferOS, in emitDebugLine()
|
| H A D | DWARFYAML.cpp | 247 IO.mapOptional("OpcodeBase", LineTable.OpcodeBase); in mapping()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 109 OpcodeBase = 0; in clear() 139 << format(" opcode_base: %u\n", OpcodeBase); in dump() 403 OpcodeBase = DebugLineData.getU8(Cursor); in parse() 405 if (Cursor && OpcodeBase == 0) { in parse() 415 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse() 416 for (uint32_t I = 1; I < OpcodeBase; ++I) { in parse() 604 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() argument 606 if (Opcode < OpcodeBase) in getOpcodeName() 646 Opcode >= LineTable->Prologue.OpcodeBase); in advanceAddrForOpcode() 649 getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase); in advanceAddrForOpcode() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/ |
| H A D | debug-line.yaml | 81 OpcodeBase: 5 211 OpcodeBase: 13 237 OpcodeBase: 13 301 OpcodeBase: 13 346 OpcodeBase: 13 428 OpcodeBase: 13 542 OpcodeBase: 4 567 OpcodeBase: 4 617 OpcodeBase: 4 656 OpcodeBase: 1 [all …]
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 380 DebugLines.OpcodeBase = LineData.getU8(&Offset); in dumpDebugLines() 383 for (uint8_t i = 1; i < DebugLines.OpcodeBase; ++i) in dumpDebugLines() 426 } else if (NewOp.Opcode < *DebugLines.OpcodeBase) { in dumpDebugLines()
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | dead-code-filtering.yaml | 124 OpcodeBase: 13
|
| /llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/ |
| H A D | DWARF-debug_line.yaml | 500 OpcodeBase: 13 540 # CHECK-NEXT: OpcodeBase: 13
|
| H A D | DWARF5-debug_info.yaml | 468 OpcodeBase: 13
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DwarfGenerator.cpp | 189 P.OpcodeBase = 13; in createBasicPrologue() 384 Asm.emitInt8(Prologue.OpcodeBase); in writeProloguePayload()
|
| H A D | DWARFDebugLineTest.cpp | 172 EXPECT_EQ(Prologue.OpcodeBase, 13u); in checkDefaultPrologue() 1502 Prologue.OpcodeBase += 2; 1630 InputPrologue.OpcodeBase = 3; 1741 ++Prologue.OpcodeBase;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 89 uint8_t OpcodeBase; member
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/source-map/ |
| H A D | a.yaml | 375 OpcodeBase: 13
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 687 unsigned OpcodeBase = Data.getU8(&Offset); in translateLineTable() local 688 Offset += OpcodeBase - 1; in translateLineTable()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/ARM_AArch64/ |
| H A D | fat-macho-dwarf.yaml | 473 OpcodeBase: 13 941 OpcodeBase: 13
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/Inputs/ |
| H A D | strip-all-with-dwarf.yaml | 478 OpcodeBase: 13
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 148 Optional<uint8_t> OpcodeBase; member
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/Inputs/ |
| H A D | inlined-functions.yaml | 712 OpcodeBase: 13
|