Searched refs:IRMemoryMap (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/ |
| HD | 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() 183 bool IRMemoryMap::IntersectsAllocation(lldb::addr_t addr, size_t size) const { in IntersectsAllocation() 212 bool IRMemoryMap::AllocationsIntersect(lldb::addr_t addr1, size_t size1, in AllocationsIntersect() 227 lldb::ByteOrder IRMemoryMap::GetByteOrder() { in GetByteOrder() 241 uint32_t IRMemoryMap::GetAddressByteSize() { in GetAddressByteSize() 255 ExecutionContextScope *IRMemoryMap::GetBestExecutionContextScope() const { in GetBestExecutionContextScope() [all …]
|
| HD | Materializer.cpp | 60 void MakeAllocation(IRMemoryMap &map, Status &err) { in MakeAllocation() 72 IRMemoryMap::eAllocationPolicyMirror, zero_memory, allocate_error); in MakeAllocation() 120 void DestroyAllocation(IRMemoryMap &map, Status &err) { in DestroyAllocation() 138 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() 189 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize() 333 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog() 391 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe() 422 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() 549 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize() 590 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize() [all …]
|
| HD | LLVMUserExpression.cpp | 299 IRMemoryMap::AllocationPolicy policy = in PrepareToExecuteJITExpression() 300 m_can_interpret ? IRMemoryMap::eAllocationPolicyHostOnly in PrepareToExecuteJITExpression() 301 : IRMemoryMap::eAllocationPolicyMirror; in PrepareToExecuteJITExpression() 332 IRMemoryMap::eAllocationPolicyHostOnly, zero_memory, alloc_error); in PrepareToExecuteJITExpression()
|
| HD | IRExecutionUnit.cpp | 45 : IRMemoryMap(target_sp), m_context_up(context_up.release()), in IRExecutionUnit()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/ |
| HD | Materializer.h | 50 IRMemoryMap &map, lldb::addr_t process_address) in Dematerializer() 62 IRMemoryMap *m_map; 69 DematerializerSP Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, 99 virtual void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, 101 virtual void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, 105 virtual void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, 107 virtual void Wipe(IRMemoryMap &map, lldb::addr_t process_address) = 0;
|
| HD | IRMemoryMap.h | 34 class IRMemoryMap { 36 IRMemoryMap(lldb::TargetSP target_sp); 37 ~IRMemoryMap();
|
| HD | IRInterpreter.h | 26 class IRMemoryMap; variable
|
| HD | IRExecutionUnit.h | 57 public IRMemoryMap,
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | IRForTarget.h | 44 class IRMemoryMap; variable
|
| /freebsd-11-stable/lib/clang/liblldb/ |
| HD | Makefile | 206 SRCS+= Expression/IRMemoryMap.cpp
|