Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A 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
965 const uint8_t *opcode_data, size_t opcode_data_len, lldb::addr_t pc, in GetMCInst()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp181 llvm::SmallVector<uint8_t, 4> opcode_data; in GetFastUnwindPlan() local
H A Dx86AssemblyInspectionEngine.cpp893 llvm::SmallVector<uint8_t, 32> opcode_data; in instruction_length() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp172 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp53 AddressRange &range, uint8_t *opcode_data, size_t opcode_size, in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp401 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp989 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1132 void PseudoInstruction::SetOpcode(size_t opcode_size, void *opcode_data) { in SetOpcode()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1097 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14311 ARMOpcode *opcode_data = nullptr; in EvaluateInstruction() local