Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1058 uint64_t ByteCodeLength = XData.CodeWords() * sizeof(uint32_t); in dumpXDataRecord() local
1059 SW.printNumber("ByteCodeLength", ByteCodeLength); in dumpXDataRecord()
1063 (XData.X() ? 8 : 0)) < (int64_t)ByteCodeLength) { in dumpXDataRecord()