Home
last modified time | relevance | path

Searched refs:IRMemoryMap (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRMemoryMap.cpp22 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 …]
HDMaterializer.cpp60 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 …]
HDLLVMUserExpression.cpp299 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()
HDIRExecutionUnit.cpp45 : IRMemoryMap(target_sp), m_context_up(context_up.release()), in IRExecutionUnit()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDMaterializer.h50 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;
HDIRMemoryMap.h34 class IRMemoryMap {
36 IRMemoryMap(lldb::TargetSP target_sp);
37 ~IRMemoryMap();
HDIRInterpreter.h26 class IRMemoryMap; variable
HDIRExecutionUnit.h57 public IRMemoryMap,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDIRForTarget.h44 class IRMemoryMap; variable
/freebsd-11-stable/lib/clang/liblldb/
HDMakefile206 SRCS+= Expression/IRMemoryMap.cpp