Home
last modified time | relevance | path

Searched refs:ByteCodeLength (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Darm64-unwind-reference.yaml22 # CHECK-NEXT: ByteCodeLength: 4
40 # CHECK-NEXT: ByteCodeLength: 4
58 # CHECK-NEXT: ByteCodeLength: 4
76 # CHECK-NEXT: ByteCodeLength: 4
H A Dunwind-arm64-windows.test10 UNWIND1-NEXT: ByteCodeLength: 28
39 UNWIND2-NEXT: ByteCodeLength: 8
H A Dunwind-arm64-image.yaml13 # CHECK-NEXT: ByteCodeLength: 8
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dwineh6.mir11 # CHECK-NEXT: ByteCodeLength: 4
H A Dwineh7.mir11 # CHECK-NEXT: ByteCodeLength: 8
H A Dwineh1.mir21 # CHECK-NEXT: ByteCodeLength: 28
H A Dwineh3.mir13 # CHECK-NEXT: ByteCodeLength: 16
H A Dwineh5.mir12 # CHECK-NEXT: ByteCodeLength: 20
H A Dwineh2.mir11 # CHECK-NEXT: ByteCodeLength: 40
H A Dwineh8.mir12 # CHECK-NEXT: ByteCodeLength: 28
H A Dwineh4.mir12 # CHECK-NEXT: ByteCodeLength: 16
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp962 uint64_t ByteCodeLength = XData.CodeWords() * sizeof(uint32_t); in dumpXDataRecord() local
963 SW.printNumber("ByteCodeLength", ByteCodeLength); in dumpXDataRecord()
967 (XData.X() ? 8 : 0)) < (int64_t)ByteCodeLength) { in dumpXDataRecord()