Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp460 uint64_t BytesConsumed = 0; in createInstructions() local
464 MD->getInstruction(Instruction, BytesConsumed, in createInstructions()
469 if (BytesConsumed == 0) in createInstructions()
471 BytesConsumed = 1; in createInstructions()
485 ArrayRef<uint8_t>(Begin, Begin + BytesConsumed), std::nullopt, 16, in createInstructions()
488 << "Size: " << format_decimal(BytesConsumed, 2) << " (" in createInstructions()
505 Address += BytesConsumed; in createInstructions()
506 Begin += BytesConsumed; in createInstructions()