Home
last modified time | relevance | path

Searched refs:ExtLen (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddead-code-filtering.yaml134 ExtLen: 9
146 ExtLen: 1
150 ExtLen: 9
162 ExtLen: 1
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Dverify_invalid_line_table_prologue_dir_index.yaml51 ExtLen: 9
64 ExtLen: 1
H A Dverify_invalid_line_file_index.yaml51 ExtLen: 9
64 ExtLen: 1
H A Dverify_invalid_line_sequence.yaml51 ExtLen: 9
62 ExtLen: 1
H A Dverify_duplicate_file_warning.yaml55 ExtLen: 9
68 ExtLen: 1
H A Dverify_cu_dont_share_line_table.yaml61 ExtLen: 9
72 ExtLen: 1
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-line.yaml350 ExtLen: 9
450 ExtLen: 0x09
453 ExtLen: 0x09
457 ExtLen: 0x09
465 ExtLen: 0x09
558 ExtLen: 1
578 ExtLen: 1
620 ## l) Test that we can specify or omit the ExtLen field of extended opcodes.
660 ## Omit the ExtLen field.
668 ## Specify the ExtLen field.
[all …]
/llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/
H A DDWARF-debug_line.yaml509 ExtLen: 9
527 ExtLen: 1
549 # CHECK-NEXT: ExtLen: 9
567 # CHECK-NEXT: ExtLen: 1
H A DDWARF5-debug_info.yaml489 ExtLen: 9
507 ExtLen: 1
H A DDWARF-debug_info.yaml488 ExtLen: 9
506 ExtLen: 1
/llvm-project-15.0.7/lldb/test/Shell/Commands/
H A Dcommand-image-lookup.yaml712 ExtLen: 9
764 ExtLen: 1
768 ExtLen: 9
807 ExtLen: 1
/llvm-project-15.0.7/lldb/test/API/functionalities/source-map/
H A Da.yaml386 ExtLen: 9
402 ExtLen: 1
/llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/X86/
H A Dmach-dwarf.yaml698 ExtLen: 9
722 ExtLen: 1
726 ExtLen: 9
762 ExtLen: 1
/llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/ARM_AArch64/
H A Dfat-macho-dwarf.yaml482 ExtLen: 5
496 ExtLen: 1
950 ExtLen: 9
964 ExtLen: 1
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/Inputs/
H A Dstrip-all-with-dwarf.yaml487 ExtLen: 9
517 ExtLen: 1
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp409 NewOp.ExtLen = LineData.getULEB128(&Offset); in dumpDebugLines()
423 while (Offset < StartExt + *NewOp.ExtLen) in dumpDebugLines()
/llvm-project-15.0.7/lldb/unittests/Symbol/Inputs/
H A Dinlined-functions.yaml721 ExtLen: 9
926 ExtLen: 1
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/debug_index/
H A Dexe.yaml732 ExtLen: 9
841 ExtLen: 1
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp510 uint64_t ExtLen = Op.ExtLen.value_or(OpBuffer.size()); in writeExtendedOpcode() local
511 encodeULEB128(ExtLen, OS); in writeExtendedOpcode()
H A DDWARFYAML.cpp220 IO.mapOptional("ExtLen", LineTableOpcode.ExtLen); in mapping()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp717 unsigned ExtLen = ExtTy.getVectorNumElements(); in buildHvxVectorReg() local
718 if (ExtLen == VecLen || ExtLen == 2*VecLen) { in buildHvxVectorReg()
723 BitVector Used(ExtLen); in buildHvxVectorReg()
735 for (unsigned I = 0; I != ExtLen; ++I) { in buildHvxVectorReg()
736 if (Mask.size() == ExtLen) in buildHvxVectorReg()
744 if (ExtLen == VecLen) in buildHvxVectorReg()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h129 Optional<uint64_t> ExtLen; member