Home
last modified time | relevance | path

Searched defs:opcode_data (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp182 uint8_t *opcode_data = in Decode() local
253 const uint8_t *opcode_data = data.GetDataStart(); in CalculateMnemonicOperandsAndComment() local
840 const uint8_t *opcode_data = data.GetDataStart(); in VisitInstruction() local
964 const uint8_t *opcode_data, size_t opcode_data_len, lldb::addr_t pc, in GetMCInst()
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp183 llvm::SmallVector<uint8_t, 4> opcode_data; in GetFastUnwindPlan() local
Dx86AssemblyInspectionEngine.cpp893 llvm::SmallVector<uint8_t, 32> opcode_data; in instruction_length() local
/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.cpp172 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp53 AddressRange &range, uint8_t *opcode_data, size_t opcode_size, in GetNonCallSiteUnwindPlanFromAssembly()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.cpp401 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp1134 void PseudoInstruction::SetOpcode(size_t opcode_size, void *opcode_data) { in SetOpcode()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp989 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction() local
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp1096 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction() local
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp14311 ARMOpcode *opcode_data = nullptr; in EvaluateInstruction() local