/llvm-project/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/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_sequence.yaml | 40 OpcodeBase: 13
|
H A D | verify_invalid_line_table_prologue_dir_index.yaml | 40 OpcodeBase: 13
|
H A D | verify_duplicate_file_warning.yaml | 40 OpcodeBase: 13
|
H A D | verify_invalid_line_file_index.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/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 547 uint8_t OpcodeBase, uint8_t AddrSize, in writeLineTableOpcode() 552 } else if (Op.Opcode < OpcodeBase) { in writeLineTableOpcode() 586 getStandardOpcodeLengths(uint16_t Version, std::optional<uint8_t> OpcodeBase) { in emitDebugLine() 594 } else if (OpcodeBase) { in emitDebugLine() 595 StandardOpcodeLengths.resize(*OpcodeBase > 0 ? *OpcodeBase - 1 : 0, 0); in emitDebugLine() 617 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine() 618 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine() 619 ? *LineTable.OpcodeBase in emitDebugLine() 517 writeLineTableOpcode(const DWARFYAML::LineTableOpcode & Op,uint8_t OpcodeBase,uint8_t AddrSize,raw_ostream & OS,bool IsLittleEndian) writeLineTableOpcode() argument 556 getStandardOpcodeLengths(uint16_t Version,std::optional<uint8_t> OpcodeBase) getStandardOpcodeLengths() argument 588 uint8_t OpcodeBase = LineTable.OpcodeBase emitDebugLine() local [all...] |
H A D | DWARFYAML.cpp | 290 IO.mapOptional("OpcodeBase", LineTable.OpcodeBase); in mapping()
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDieTest.cpp | 145 OpcodeBase: 13 in TEST() 242 OpcodeBase: 13 in TEST() 348 OpcodeBase: 13 in TEST() 464 OpcodeBase: 13 in TEST() 586 OpcodeBase: 13 in TEST()
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 109 OpcodeBase = 0; in clear() 139 << format(" opcode_base: %u\n", OpcodeBase); in dump() 423 OpcodeBase = DebugLineData.getU8(Cursor); in parse() 425 if (Cursor && OpcodeBase == 0) { in parse() 435 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse() 436 for (uint32_t I = 1; I < OpcodeBase; ++I) { in parse() 627 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() argument 629 if (Opcode < OpcodeBase) in getOpcodeName() 638 StringRef OpcodeName = getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase); in advanceAddrOpIndex() 705 Opcode >= LineTable->Prologue.OpcodeBase); in advanceForOpcode() [all...] |
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/ |
H A D | elf-empty-dir.yaml | 70 OpcodeBase: 13
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 391 DebugLines.OpcodeBase = LineData.getU8(&Offset); in dumpDebugLines() 394 for (uint8_t i = 1; i < DebugLines.OpcodeBase; ++i) in dumpDebugLines() 437 } else if (NewOp.Opcode < *DebugLines.OpcodeBase) { in dumpDebugLines()
|
/llvm-project/llvm/test/ObjectYAML/MachO/ |
H A D | DWARF-debug_line.yaml | 500 OpcodeBase: 13 540 # CHECK-NEXT: OpcodeBase: 13
|
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/ |
H A D | dead-code-filtering.yaml | 124 OpcodeBase: 13
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 283 Section.emitIntVal(P.OpcodeBase, 1); in emitLineTableProloguePayload() 299 Params.DWARF2LineOpcodeBase = LineTable.Prologue.OpcodeBase; in emitLineTableRows()
|
/llvm-project/llvm/test/tools/llvm-dwarfdump/AArch64/ |
H A D | verify-no-file.yaml | 342 OpcodeBase: 13
|
/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/ |
H A D | fat-macho-dwarf.yaml | 473 OpcodeBase: 13 941 OpcodeBase: 13
|
/llvm-project/lldb/test/API/functionalities/source-map/ |
H A D | a.yaml | 375 OpcodeBase: 13
|
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
H A D | bad_aranges.yaml | 417 OpcodeBase: 13
|
H A D | relative.yaml | 417 OpcodeBase: 13
|
/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
H A D | GSYMTest.cpp | 1767 OpcodeBase: 13 in TEST() 2031 OpcodeBase: 13 in TEST() 2990 OpcodeBase: 13 in TEST() 3228 OpcodeBase: 13 in TEST() 3448 OpcodeBase: 13 in TEST() 3483 OpcodeBase: 13 in TEST() 3711 OpcodeBase: 13 in TEST() 3943 OpcodeBase: 13 in TEST() 4113 OpcodeBase: 13 in TEST() 4266 OpcodeBase in TEST() [all...] |
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/ |
H A D | strip-all-with-dwarf.yaml | 478 OpcodeBase: 13
|