Searched refs:LEB (Results 1 – 7 of 7) sorted by relevance
4 # RUN: not --crash llvm-objdump -h %t.wasm 2>&1 | FileCheck %s -check-prefix=CHECK-LEB-DECODE10 # CHECK-LEB-DECODE: malformed uleb128, extends past end
80 .byte 0 # LEB length of extended opcode + operands.86 # Bogus extended opcode with multibyte LEB length.
20 # and unsigned LEB encodes will differ.
8 ; 128 function and so the final output requires a 2-byte LEB in
447 String values are encoded with a `LEB value <LEB128_>`_ for the length465 A `coverage mapping counter`_ is stored in a single `LEB value <LEB128_>`_.572 A pseudo-counter is stored in a single `LEB value <LEB128_>`_, just like
1802 SmallVectorImpl<BasicBlock *> &LEB, in LoopPromoter() argument1809 LoopExitBlocks(LEB), LoopInsertPts(LIP), MSSAInsertPts(MSSAIP), in LoopPromoter()
740 } else if (auto *LEB = dyn_cast<MCLEBFragment>(&Frag)) { in addData() local741 const SmallVectorImpl<char> &Contents = LEB->getContents(); in addData()