Searched refs:BytesP (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/MC/ |
| H A D | Disassembler.cpp | 29 uint8_t *BytesP = Bytes; in TEST() local 42 LLVMDisasmInstruction(DCR, BytesP, 0, PC, OutString, OutStringSize); in TEST() 45 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString, in TEST() 50 BytesP += InstSize; in TEST() 53 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString, in TEST() 58 BytesP += InstSize; in TEST() 61 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString, in TEST() 75 uint8_t *BytesP = Bytes; in TEST() local 87 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString, in TEST() 92 BytesP += InstSize; in TEST() [all …]
|