Lines Matching +full:dc +full:- +full:valid
1 /*===-- llvm-c/Disassembler.h - Disassembler Public C Interface ---*- C -*-===*\
6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
8 |*===----------------------------------------------------------------------===*|
13 \*===----------------------------------------------------------------------===*/
18 #include "llvm-c/DisassemblerTypes.h"
19 #include "llvm-c/ExternC.h"
72 int LLVMSetDisasmOptions(LLVMDisasmContextRef DC, uint64_t Options);
88 void LLVMDisasmDispose(LLVMDisasmContextRef DC);
92 * the parameter DC. The bytes of the instruction are specified in the
94 * instruction is at the address specified by the PC parameter. If a valid
98 * no valid instruction.
100 size_t LLVMDisasmInstruction(LLVMDisasmContextRef DC, uint8_t *Bytes,