/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | NativeProcessSoftwareSingleStep.cpp | 36 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 D | UnwindAssemblyInstEmulation.cpp | 379 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 D | EmulateInstruction.cpp | 257 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 D | EmulationStateARM.cpp | 107 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 D | GetElementPtr.rst | 56 .. _GEP index through first pointer:
|
/llvm-project/llvm/lib/IR/ |
H A D | SSAContext.cpp | 60 return instruction->getParent(); in getDefBlock() local
|
/llvm-project/lldb/source/Target/ |
H A D | TraceDumper.cpp | 381 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 D | ThreadPlanTracer.cpp | 174 Instruction *instruction = in Log() local
|
/llvm-project/lld/MachO/Arch/ |
H A D | ARM64Common.cpp | 99 uint32_t instruction = read32le(loc); in relaxGotLoad() local
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | TraceDumper.h | 59 lldb::InstructionSP instruction; member
|
/llvm-project/mlir/utils/spirv/ |
H A D | gen_spirv_dialect.py | 757 get_op_definition( instruction, opname, doc, existing_info, capability_mapping, settings ) global() argument [all...] |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.cpp | 1580 } else if (Instruction *instruction = dyn_cast<Instruction>(value)) { ReplaceVariables() local
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 526 MCInst const &HexagonMCInstrInfo::instruction(MCInst const &MCB, size_t Index) { in instruction() function in HexagonMCInstrInfo
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleTranslation.cpp | 95 __anoneb68762c0202(llvm::Instruction *instruction) InstructionCapturingInserter() argument
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | lldb-dap.cpp | 3949 std::string instruction; request_disassemble() local [all...] |