Home
last modified time | relevance | path

Searched defs:instruction (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp36 static size_t ReadMemoryCallback(EmulateInstruction *instruction, void *baton, in ReadMemoryCallback() argument
46 static bool ReadRegisterCallback(EmulateInstruction *instruction, void *baton, in ReadRegisterCallback() argument
73 static bool WriteRegisterCallback(EmulateInstruction *instruction, void *baton, in WriteRegisterCallback() argument
83 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, in WriteMemoryCallback() argument
[all...]
/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp379 ReadMemory(EmulateInstruction * instruction,void * baton,const EmulateInstruction::Context & context,lldb::addr_t addr,void * dst,size_t dst_len) ReadMemory() argument
398 WriteMemory(EmulateInstruction * instruction,void * baton,const EmulateInstruction::Context & context,lldb::addr_t addr,const void * dst,size_t dst_len) WriteMemory() argument
408 WriteMemory(EmulateInstruction * instruction,const EmulateInstruction::Context & context,lldb::addr_t addr,const void * dst,size_t dst_len) WriteMemory() argument
478 ReadRegister(EmulateInstruction * instruction,void * baton,const RegisterInfo * reg_info,RegisterValue & reg_value) ReadRegister() argument
488 ReadRegister(EmulateInstruction * instruction,const RegisterInfo * reg_info,RegisterValue & reg_value) ReadRegister() argument
508 WriteRegister(EmulateInstruction * instruction,void * baton,const EmulateInstruction::Context & context,const RegisterInfo * reg_info,const RegisterValue & reg_value) WriteRegister() argument
517 WriteRegister(EmulateInstruction * instruction,const EmulateInstruction::Context & context,const RegisterInfo * reg_info,const RegisterValue & reg_value) WriteRegister() argument
[all...]
/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp257 size_t EmulateInstruction::ReadMemoryFrame(EmulateInstruction *instruction, in ReadMemoryFrame()
274 size_t EmulateInstruction::WriteMemoryFrame(EmulateInstruction *instruction, in WriteMemoryFrame()
292 bool EmulateInstruction::ReadRegisterFrame(EmulateInstruction *instruction, in ReadRegisterFrame()
303 bool EmulateInstruction::WriteRegisterFrame(EmulateInstruction *instruction, in WriteRegisterFrame()
314 size_t EmulateInstruction::ReadMemoryDefault(EmulateInstruction *instruction, in ReadMemoryDefault()
329 size_t EmulateInstruction::WriteMemoryDefault(EmulateInstruction *instruction, in WriteMemoryDefault()
343 bool EmulateInstruction::ReadRegisterDefault(EmulateInstruction *instruction, in ReadRegisterDefault()
359 bool EmulateInstruction::WriteRegisterDefault(EmulateInstruction *instruction, in WriteRegisterDefault()
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp107 EmulateInstruction *instruction, void *baton, in ReadPseudoMemory()
148 EmulateInstruction *instruction, void *baton, in WritePseudoMemory()
184 EmulateInstruction *instruction, void *baton, in ReadPseudoRegister()
203 EmulateInstruction *instruction, void *baton, in WritePseudoRegister()
/llvm-project/llvm/docs/
H A DGetElementPtr.rst56 .. _GEP index through first pointer:
/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp60 return instruction->getParent(); in getDefBlock() local
/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp381 if (lldb::InstructionSP instruction = item.symbol_info->instruction) { in DumpInstruction() local
493 if (InstructionSP instruction in CalculateDisass() local
502 if (InstructionSP instruction = CalculateDisass() local
[all...]
H A DThreadPlanTracer.cpp174 Instruction *instruction = in Log() local
/llvm-project/lld/MachO/Arch/
H A DARM64Common.cpp99 uint32_t instruction = read32le(loc); in relaxGotLoad() local
/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h59 lldb::InstructionSP instruction; member
/llvm-project/mlir/utils/spirv/
H A Dgen_spirv_dialect.py757 get_op_definition( instruction, opname, doc, existing_info, capability_mapping, settings ) global() argument
[all...]
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1580 } else if (Instruction *instruction = dyn_cast<Instruction>(value)) { ReplaceVariables() local
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp526 MCInst const &HexagonMCInstrInfo::instruction(MCInst const &MCB, size_t Index) { in instruction() function in HexagonMCInstrInfo
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp95 __anoneb68762c0202(llvm::Instruction *instruction) InstructionCapturingInserter() argument
/llvm-project/lldb/tools/lldb-dap/
H A Dlldb-dap.cpp3949 std::string instruction; request_disassemble() local
[all...]