/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
H A D | UnwindAssembly-x86.cpp | 181 llvm::SmallVector<uint8_t, 4> opcode_data; in GetFastUnwindPlan() local
|
H A D | x86AssemblyInspectionEngine.cpp | 879 llvm::SmallVector<uint8_t, 32> opcode_data; in instruction_length() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 515 uint8_t *opcode_data = Decode() local 599 const uint8_t *opcode_data = data.GetDataStart(); CalculateMnemonicOperandsAndComment() local 1189 const uint8_t *opcode_data = data.GetDataStart(); VisitInstruction() local 1316 GetMCInst(const uint8_t * opcode_data,size_t opcode_data_len,lldb::addr_t pc,llvm::MCInst & mc_inst) const GetMCInst() argument [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.cpp | 76 Opcode *opcode_data = GetOpcodeForInstruction(inst); in TestExecute() local 91 Opcode *opcode_data = GetOpcodeForInstruction(inst); in EvaluateInstruction() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
H A D | EmulateInstructionPPC64.cpp | 162 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
H A D | UnwindAssemblyInstEmulation.cpp | 54 AddressRange &range, uint8_t *opcode_data, size_t opcode_size, in GetNonCallSiteUnwindPlanFromAssembly()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 391 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.cpp | 975 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction() local
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Disassembler.cpp | 1176 void PseudoInstruction::SetOpcode(size_t opcode_size, void *opcode_data) { in SetOpcode()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.cpp | 1086 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 14274 ARMOpcode *opcode_data = nullptr; in EvaluateInstruction() local
|