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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp181 llvm::SmallVector<uint8_t, 4> opcode_data; local
H A Dx86AssemblyInspectionEngine.cpp893 llvm::SmallVector<uint8_t, 32> opcode_data; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp170 Opcode *opcode_data = GetOpcodeForInstruction(opcode); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp50 GetNonCallSiteUnwindPlanFromAssembly( AddressRange &range, uint8_t *opcode_data, size_t opcode_size, UnwindPlan &unwind_plan) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp414 Opcode *opcode_data = GetOpcodeForInstruction(opcode); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp106 const uint8_t *opcode_data = data.GetDataStart(); variable
139 const uint8_t *opcode_data = data.GetDataStart(); variable
238 uint8_t *opcode_data = variable
309 const uint8_t *opcode_data = data.GetDataStart(); variable
879 const uint8_t *opcode_data = data.GetDataStart(); variable
1015 GetMCInst( const uint8_t *opcode_data, size_t opcode_data_len, lldb::addr_t pc, llvm::MCInst &mc_inst) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1318 void PseudoInstruction::SetOpcode(size_t opcode_size, void *opcode_data) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14318 ARMOpcode *opcode_data = nullptr; local

Completed in 126 milliseconds