Home
last modified time | relevance | path

Searched refs:SubOpcode (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddead-code-filtering.yaml135 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 Dverify_invalid_line_table_prologue_dir_index.yaml52 SubOpcode: DW_LNE_set_address
65 SubOpcode: DW_LNE_end_sequence
H A Dverify_invalid_line_file_index.yaml52 SubOpcode: DW_LNE_set_address
65 SubOpcode: DW_LNE_end_sequence
H A Dverify_invalid_line_sequence.yaml52 SubOpcode: DW_LNE_set_address
63 SubOpcode: DW_LNE_end_sequence
H A Dverify_duplicate_file_warning.yaml56 SubOpcode: DW_LNE_set_address
69 SubOpcode: DW_LNE_end_sequence
H A Dverify_cu_dont_share_line_table.yaml62 SubOpcode: DW_LNE_set_address
73 SubOpcode: DW_LNE_end_sequence
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-line.yaml351 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 DDWARF-debug_line.yaml510 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 DDWARF5-debug_info.yaml490 SubOpcode: DW_LNE_set_address
508 SubOpcode: DW_LNE_end_sequence
H A DDWARF-debug_info.yaml489 SubOpcode: DW_LNE_set_address
507 SubOpcode: DW_LNE_end_sequence
/llvm-project-15.0.7/lldb/test/Shell/Commands/
H A Dcommand-image-lookup.yaml713 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 Da.yaml387 SubOpcode: DW_LNE_set_address
403 SubOpcode: DW_LNE_end_sequence
/llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/X86/
H A Dmach-dwarf.yaml699 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 Dfat-macho-dwarf.yaml483 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 Dstrip-all-with-dwarf.yaml488 SubOpcode: DW_LNE_set_address
518 SubOpcode: DW_LNE_end_sequence
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp410 NewOp.SubOpcode = in dumpDebugLines()
412 switch (NewOp.SubOpcode) { in dumpDebugLines()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp834 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 Dinlined-functions.yaml722 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 Dexe.yaml733 SubOpcode: DW_LNE_set_address
842 SubOpcode: DW_LNE_end_sequence
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp410 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 DDWARFYAML.cpp221 IO.mapRequired("SubOpcode", LineTableOpcode.SubOpcode); in mapping()
H A DDWARFEmitter.cpp492 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 DDWARFYAML.h130 dwarf::LineNumberExtendedOps SubOpcode; member
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8700 unsigned SubOpcode = NumSubElts <= NElts ? ISD::SUB : ISD::USUBSAT; in clampDynamicVectorIndex() local
8701 SDValue Sub = DAG.getNode(SubOpcode, dl, IdxVT, VS, in clampDynamicVectorIndex()