| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | dead-code-filtering.yaml | 134 ExtLen: 9 146 ExtLen: 1 150 ExtLen: 9 162 ExtLen: 1
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | verify_invalid_line_table_prologue_dir_index.yaml | 51 ExtLen: 9 64 ExtLen: 1
|
| H A D | verify_invalid_line_file_index.yaml | 51 ExtLen: 9 64 ExtLen: 1
|
| H A D | verify_invalid_line_sequence.yaml | 51 ExtLen: 9 62 ExtLen: 1
|
| H A D | verify_duplicate_file_warning.yaml | 55 ExtLen: 9 68 ExtLen: 1
|
| H A D | verify_cu_dont_share_line_table.yaml | 61 ExtLen: 9 72 ExtLen: 1
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/ |
| H A D | debug-line.yaml | 350 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 D | DWARF-debug_line.yaml | 509 ExtLen: 9 527 ExtLen: 1 549 # CHECK-NEXT: ExtLen: 9 567 # CHECK-NEXT: ExtLen: 1
|
| H A D | DWARF5-debug_info.yaml | 489 ExtLen: 9 507 ExtLen: 1
|
| H A D | DWARF-debug_info.yaml | 488 ExtLen: 9 506 ExtLen: 1
|
| /llvm-project-15.0.7/lldb/test/Shell/Commands/ |
| H A D | command-image-lookup.yaml | 712 ExtLen: 9 764 ExtLen: 1 768 ExtLen: 9 807 ExtLen: 1
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/source-map/ |
| H A D | a.yaml | 386 ExtLen: 9 402 ExtLen: 1
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/X86/ |
| H A D | mach-dwarf.yaml | 698 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 D | fat-macho-dwarf.yaml | 482 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 D | strip-all-with-dwarf.yaml | 487 ExtLen: 9 517 ExtLen: 1
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 409 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 D | inlined-functions.yaml | 721 ExtLen: 9 926 ExtLen: 1
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/debug_index/ |
| H A D | exe.yaml | 732 ExtLen: 9 841 ExtLen: 1
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 510 uint64_t ExtLen = Op.ExtLen.value_or(OpBuffer.size()); in writeExtendedOpcode() local 511 encodeULEB128(ExtLen, OS); in writeExtendedOpcode()
|
| H A D | DWARFYAML.cpp | 220 IO.mapOptional("ExtLen", LineTableOpcode.ExtLen); in mapping()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 717 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 D | DWARFYAML.h | 129 Optional<uint64_t> ExtLen; member
|