| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | dead-code-filtering.yaml | 135 SubOpcode: DW_LNE_set_address 147 SubOpcode: DW_LNE_end_sequence 151 SubOpcode: DW_LNE_set_address 163 SubOpcode: DW_LNE_end_sequence
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | verify_invalid_line_table_prologue_dir_index.yaml | 52 SubOpcode: DW_LNE_set_address 65 SubOpcode: DW_LNE_end_sequence
|
| H A D | verify_invalid_line_file_index.yaml | 52 SubOpcode: DW_LNE_set_address 65 SubOpcode: DW_LNE_end_sequence
|
| H A D | verify_invalid_line_sequence.yaml | 52 SubOpcode: DW_LNE_set_address 63 SubOpcode: DW_LNE_end_sequence
|
| H A D | verify_duplicate_file_warning.yaml | 56 SubOpcode: DW_LNE_set_address 69 SubOpcode: DW_LNE_end_sequence
|
| H A D | verify_cu_dont_share_line_table.yaml | 62 SubOpcode: DW_LNE_set_address 73 SubOpcode: DW_LNE_end_sequence
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/ |
| H A D | debug-line.yaml | 351 SubOpcode: DW_LNE_set_address 451 SubOpcode: DW_LNE_end_sequence 454 SubOpcode: DW_LNE_set_address 458 SubOpcode: DW_LNE_define_file 466 SubOpcode: DW_LNE_set_discriminator 559 SubOpcode: DW_LNE_end_sequence 579 SubOpcode: DW_LNE_end_sequence 661 SubOpcode: DW_LNE_define_file 670 SubOpcode: DW_LNE_end_sequence
|
| /llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/ |
| H A D | DWARF-debug_line.yaml | 510 SubOpcode: DW_LNE_set_address 528 SubOpcode: DW_LNE_end_sequence 550 # CHECK-NEXT: SubOpcode: DW_LNE_set_address 568 # CHECK-NEXT: SubOpcode: DW_LNE_end_sequence
|
| H A D | DWARF5-debug_info.yaml | 490 SubOpcode: DW_LNE_set_address 508 SubOpcode: DW_LNE_end_sequence
|
| H A D | DWARF-debug_info.yaml | 489 SubOpcode: DW_LNE_set_address 507 SubOpcode: DW_LNE_end_sequence
|
| /llvm-project-15.0.7/lldb/test/Shell/Commands/ |
| H A D | command-image-lookup.yaml | 713 SubOpcode: DW_LNE_set_address 765 SubOpcode: DW_LNE_end_sequence 769 SubOpcode: DW_LNE_set_address 808 SubOpcode: DW_LNE_end_sequence
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/source-map/ |
| H A D | a.yaml | 387 SubOpcode: DW_LNE_set_address 403 SubOpcode: DW_LNE_end_sequence
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/X86/ |
| H A D | mach-dwarf.yaml | 699 SubOpcode: DW_LNE_set_address 723 SubOpcode: DW_LNE_end_sequence 727 SubOpcode: DW_LNE_set_address 763 SubOpcode: DW_LNE_end_sequence
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/ARM_AArch64/ |
| H A D | fat-macho-dwarf.yaml | 483 SubOpcode: DW_LNE_set_address 497 SubOpcode: DW_LNE_end_sequence 951 SubOpcode: DW_LNE_set_address 965 SubOpcode: DW_LNE_end_sequence
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/Inputs/ |
| H A D | strip-all-with-dwarf.yaml | 488 SubOpcode: DW_LNE_set_address 518 SubOpcode: DW_LNE_end_sequence
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 410 NewOp.SubOpcode = in dumpDebugLines() 412 switch (NewOp.SubOpcode) { in dumpDebugLines()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 834 uint8_t SubOpcode = TableData.getU8(Cursor); in parse() local 839 *OS << LNExtendedString(SubOpcode); in parse() 840 switch (SubOpcode) { in parse() 957 *OS << format("Unrecognized extended op 0x%02.02" PRIx8, SubOpcode) in parse()
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/Inputs/ |
| H A D | inlined-functions.yaml | 722 SubOpcode: DW_LNE_set_address 927 SubOpcode: DW_LNE_end_sequence
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/debug_index/ |
| H A D | exe.yaml | 733 SubOpcode: DW_LNE_set_address 842 SubOpcode: DW_LNE_end_sequence
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FixupLEAs.cpp | 410 unsigned SubOpcode = getSUBrrFromLEA(LEAOpcode); in searchALUInst() local 428 if (AluOpcode != AddOpcode && AluOpcode != SubOpcode) in searchALUInst()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 221 IO.mapRequired("SubOpcode", LineTableOpcode.SubOpcode); in mapping()
|
| H A D | DWARFEmitter.cpp | 492 writeInteger((uint8_t)Op.SubOpcode, OpBufferOS, IsLittleEndian); in writeExtendedOpcode() 493 switch (Op.SubOpcode) { in writeExtendedOpcode()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 130 dwarf::LineNumberExtendedOps SubOpcode; member
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 8700 unsigned SubOpcode = NumSubElts <= NElts ? ISD::SUB : ISD::USUBSAT; in clampDynamicVectorIndex() local 8701 SDValue Sub = DAG.getNode(SubOpcode, dl, IdxVT, VS, in clampDynamicVectorIndex()
|