| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/Inputs/ |
| H A D | debug_line_malformed.s | 14 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths 55 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths 75 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths 101 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths 130 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths 163 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths 192 .byte 0, 1, 1, 1, 1, 0, 0, 0, 0, 1 # Standard Opcode Lengths 213 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths 246 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths 273 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths [all …]
|
| H A D | debug_line_reserved_length.s | 14 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths 44 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 46 Lengths("length", variable 238 if (!Offsets.empty() || !Lengths.empty()) { in fillRanges() 270 if (Offsets.size() != Lengths.size() && in fillRanges() 271 !(Offsets.size() == 1 && Lengths.empty())) { in fillRanges() 283 if (i < Lengths.size()) { in fillRanges() 284 if (Offsets[i] + Lengths[i] > Code->getBufferSize()) { in fillRanges() 285 errs() << "error: invalid length " << Lengths[i] in fillRanges() 286 << ", offset + length (" << Offsets[i] + Lengths[i] in fillRanges() 290 End = Start.getLocWithOffset(Lengths[i]); in fillRanges() 618 (!Offsets.empty() || !Lengths.empty() || !LineRanges.empty())) { in main()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dwarfdump-line-dwo.s | 20 .byte 0 # Standard Opcode Lengths 67 .byte 0 # Standard Opcode Lengths
|
| H A D | dwarfdump-bogus-LNE.s | 61 .byte 0 # Standard Opcode Lengths
|
| H A D | dwarfdump-line-only.s | 29 .byte 0 # Standard Opcode Lengths
|
| H A D | dwarfdump-header-64.s | 110 .byte 0 # Standard Opcode Lengths
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | debug-line-dw-lns-copy.s | 24 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
|
| H A D | debug-line-dw-lne-end-sequence.s | 28 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
|
| H A D | debug_line_many_files_v5.s | 30 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
|
| H A D | debug_line_short_prologue.s | 42 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
|
| H A D | debug_line_short_prologue_v4.s | 55 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
|
| H A D | tombstone.s | 425 .byte 0 # Standard Opcode Lengths 491 .byte 0 # Standard Opcode Lengths
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | debug_line-tombstone.s | 71 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
|
| H A D | dwarf5-debug_line.s | 82 .byte 0, 1, 1, 1 # Standard Opcode Lengths
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 527 StringRef Lengths = Blob.slice(0, StringsOffset); in decodeMetadataStringsBlob() local 528 SimpleBitstreamCursor R(Lengths); in decodeMetadataStringsBlob()
|
| H A D | MetadataLoader.cpp | 2156 StringRef Lengths = Blob.slice(0, StringsOffset); in parseMetadataStrings() local 2157 SimpleBitstreamCursor R(Lengths); in parseMetadataStrings()
|
| /llvm-project-15.0.7/polly/tools/GPURuntime/ |
| H A D | GPUJIT.c | 155 const size_t *Lengths, const unsigned char **Binaries, cl_int *BinaryStatus,
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 740 auto NoLength = [](const SmallDenseSet<ElementCount> &Lengths, in EnforceSameNumElts() 742 return !Lengths.count(T.isVector() ? T.getVectorElementCount() in EnforceSameNumElts()
|