Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp445 uint64_t BytesConsumed = 0; in createInstructions() local
449 MD->getInstruction(Instruction, BytesConsumed, in createInstructions()
454 if (BytesConsumed == 0) in createInstructions()
456 BytesConsumed = 1; in createInstructions()
470 ArrayRef<uint8_t>(Begin, Begin + BytesConsumed), std::nullopt, 16, in createInstructions()
473 << "Size: " << format_decimal(BytesConsumed, 2) << " (" in createInstructions()
490 Address += BytesConsumed; in createInstructions()
491 Begin += BytesConsumed; in createInstructions()