Home
last modified time | relevance | path

Searched refs:Lengths (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
H A Ddebug_line_malformed.s14 .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 Ddebug_line_reserved_length.s14 .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 DClangFormat.cpp46 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 Ddwarfdump-line-dwo.s20 .byte 0 # Standard Opcode Lengths
67 .byte 0 # Standard Opcode Lengths
H A Ddwarfdump-bogus-LNE.s61 .byte 0 # Standard Opcode Lengths
H A Ddwarfdump-line-only.s29 .byte 0 # Standard Opcode Lengths
H A Ddwarfdump-header-64.s110 .byte 0 # Standard Opcode Lengths
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line-dw-lns-copy.s24 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
H A Ddebug-line-dw-lne-end-sequence.s28 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
H A Ddebug_line_many_files_v5.s30 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
H A Ddebug_line_short_prologue.s42 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
H A Ddebug_line_short_prologue_v4.s55 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
H A Dtombstone.s425 .byte 0 # Standard Opcode Lengths
491 .byte 0 # Standard Opcode Lengths
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddebug_line-tombstone.s71 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
H A Ddwarf5-debug_line.s82 .byte 0, 1, 1, 1 # Standard Opcode Lengths
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp527 StringRef Lengths = Blob.slice(0, StringsOffset); in decodeMetadataStringsBlob() local
528 SimpleBitstreamCursor R(Lengths); in decodeMetadataStringsBlob()
H A DMetadataLoader.cpp2156 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 DGPUJIT.c155 const size_t *Lengths, const unsigned char **Binaries, cl_int *BinaryStatus,
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp740 auto NoLength = [](const SmallDenseSet<ElementCount> &Lengths, in EnforceSameNumElts()
742 return !Lengths.count(T.isVector() ? T.getVectorElementCount() in EnforceSameNumElts()