Lines Matching full:abbrev
3 RUN: not llvm-dis -disable-output %p/Inputs/invalid-abbrev.bc 2>&1 | \
4 RUN: FileCheck --check-prefix=BAD-ABBREV %s
7 RUN: not llvm-dis -disable-output %p/Inputs/invalid-bad-abbrev-number.bc 2>&1 | \
8 RUN: FileCheck --check-prefix=BAD-ABBREV-NUMBER %s
31 BAD-ABBREV: Abbreviation starts with an Array or a Blob
33 BAD-ABBREV-NUMBER: Invalid abbrev number
76 RUN: not llvm-dis -disable-output %p/Inputs/invalid-abbrev-vbr-size-too-big.bc 2>&1 | \
77 RUN: FileCheck --check-prefix=HUGE-ABBREV-OP %s
78 RUN: not llvm-dis -disable-output %p/Inputs/invalid-abbrev-fixed-size-too-big.bc 2>&1 | \
79 RUN: FileCheck --check-prefix=HUGE-ABBREV-OP %s
81 HUGE-ABBREV-OP: Fixed or VBR abbrev record with size > MaxChunkData
181 RUN: not llvm-dis -disable-output %p/Inputs/invalid-abbrev-no-operands.bc 2>&1 | \
182 RUN: FileCheck --check-prefix=ABBREV-NO-OPS %s
184 ABBREV-NO-OPS: Abbrev record with no operands