Searched defs:opcode_data (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp1345 PseudoInstruction::SetOpcode (size_t opcode_size, void *opcode_data) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp79 const uint8_t *opcode_data = data.GetDataStart(); variable
116 const uint8_t *opcode_data = data.GetDataStart(); variable
240 uint8_t *opcode_data = const_cast<uint8_t *>(data.PeekData (data_offset, 1)); variable
324 const uint8_t *opcode_data = data.GetDataStart(); variable
531 DisassemblerLLVMC::LLVMCDisassembler::GetMCInst (const uint8_t *opcode_data, argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp334 Opcode *opcode_data = GetOpcodeForInstruction(opcode); local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp626 llvm::SmallVector <uint8_t, 32> opcode_data; local
1470 llvm::SmallVector <uint8_t, 4> opcode_data; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13579 ARMOpcode *opcode_data = NULL; local

Completed in 143 milliseconds