Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
HDUnwindAssembly-x86.cpp181 llvm::SmallVector<uint8_t, 4> opcode_data; in GetFastUnwindPlan() local
HDx86AssemblyInspectionEngine.cpp879 llvm::SmallVector<uint8_t, 32> opcode_data; in instruction_length() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
HDDisassemblerLLVMC.cpp520 uint8_t *opcode_data = in Decode() local
606 const uint8_t *opcode_data = data.GetDataStart(); in CalculateMnemonicOperandsAndComment() local
1208 const uint8_t *opcode_data = data.GetDataStart(); in VisitInstruction() local
1343 const uint8_t *opcode_data, size_t opcode_data_len, lldb::addr_t pc, in GetMCInst()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
HDEmulateInstructionLoongArch.cpp76 Opcode *opcode_data = GetOpcodeForInstruction(inst); in TestExecute() local
91 Opcode *opcode_data = GetOpcodeForInstruction(inst); in EvaluateInstruction() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
HDEmulateInstructionPPC64.cpp162 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
HDUnwindAssemblyInstEmulation.cpp54 AddressRange &range, uint8_t *opcode_data, size_t opcode_size, in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
HDEmulateInstructionARM64.cpp391 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDisassembler.cpp1176 void PseudoInstruction::SetOpcode(size_t opcode_size, void *opcode_data) { in SetOpcode()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.cpp975 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.cpp1086 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.cpp14274 ARMOpcode *opcode_data = nullptr; in EvaluateInstruction() local