Searched refs:IRMemoryMap (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 22 IRMemoryMap::IRMemoryMap(lldb::TargetSP target_sp) : m_target_wp(target_sp) { in IRMemoryMap() function in IRMemoryMap 27 IRMemoryMap::~IRMemoryMap() { in ~IRMemoryMap() 45 lldb::addr_t IRMemoryMap::FindSpace(size_t size) { in FindSpace() 164 IRMemoryMap::AllocationMap::iterator 165 IRMemoryMap::FindAllocation(lldb::addr_t addr, size_t size) { in FindAllocation() 227 lldb::ByteOrder IRMemoryMap::GetByteOrder() { in GetByteOrder() 241 uint32_t IRMemoryMap::GetAddressByteSize() { in GetAddressByteSize() 269 IRMemoryMap::Allocation::Allocation(lldb::addr_t process_alloc, in Allocation() 513 void IRMemoryMap::WriteMemory(lldb::addr_t process_address, in WriteMemory() 720 void IRMemoryMap::ReadScalarFromMemory(Scalar &scalar, in ReadScalarFromMemory() [all …]
|
| H A D | Materializer.cpp | 60 void MakeAllocation(IRMemoryMap &map, Status &err) { in MakeAllocation() 121 void DestroyAllocation(IRMemoryMap &map, Status &err) { in DestroyAllocation() 139 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() 190 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize() 335 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog() 426 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() 676 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog() 780 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() 953 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog() 1123 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog() [all …]
|
| H A D | LLVMUserExpression.cpp | 310 IRMemoryMap::AllocationPolicy policy = in PrepareToExecuteJITExpression() 311 m_can_interpret ? IRMemoryMap::eAllocationPolicyHostOnly in PrepareToExecuteJITExpression() 312 : IRMemoryMap::eAllocationPolicyMirror; in PrepareToExecuteJITExpression() 343 IRMemoryMap::eAllocationPolicyHostOnly, zero_memory, alloc_error); in PrepareToExecuteJITExpression()
|
| H A D | IRExecutionUnit.cpp | 47 : IRMemoryMap(target_sp), m_context_up(context_up.release()), in IRExecutionUnit()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | Materializer.h | 48 IRMemoryMap &map, lldb::addr_t process_address) in Dematerializer() 60 IRMemoryMap *m_map = nullptr; 67 DematerializerSP Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, 97 virtual void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, 99 virtual void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, 103 virtual void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, 105 virtual void Wipe(IRMemoryMap &map, lldb::addr_t process_address) = 0;
|
| H A D | IRMemoryMap.h | 34 class IRMemoryMap { 36 IRMemoryMap(lldb::TargetSP target_sp); 37 ~IRMemoryMap();
|
| H A D | IRInterpreter.h | 25 class IRMemoryMap; variable
|
| H A D | IRExecutionUnit.h | 57 public IRMemoryMap,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.h | 47 class IRMemoryMap; variable
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | Makefile | 219 SRCS+= Expression/IRMemoryMap.cpp
|