Home
last modified time | relevance | path

Searched refs:LEB (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/Object/
H A Dwasm-invalid-file.yaml4 # RUN: not --crash llvm-objdump -h %t.wasm 2>&1 | FileCheck %s -check-prefix=CHECK-LEB-DECODE
10 # CHECK-LEB-DECODE: malformed uleb128, extends past end
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarfdump-bogus-LNE.s80 .byte 0 # LEB length of extended opcode + operands.
86 # Bogus extended opcode with multibyte LEB length.
/llvm-project-15.0.7/lld/test/wasm/
H A Dreloc-addend.s20 # and unsigned LEB encodes will differ.
H A Dmany-functions.ll8 ; 128 function and so the final output requires a 2-byte LEB in
/llvm-project-15.0.7/llvm/docs/
H A DCoverageMappingFormat.rst447 String values are encoded with a `LEB value <LEB128_>`_ for the length
465 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
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1802 SmallVectorImpl<BasicBlock *> &LEB, in LoopPromoter() argument
1809 LoopExitBlocks(LEB), LoopInsertPts(LIP), MSSAInsertPts(MSSAIP), in LoopPromoter()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp740 } else if (auto *LEB = dyn_cast<MCLEBFragment>(&Frag)) { in addData() local
741 const SmallVectorImpl<char> &Contents = LEB->getContents(); in addData()