Searched refs:IRMemoryMap (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRMemoryMap.cpp | 23 IRMemoryMap::IRMemoryMap(lldb::TargetSP target_sp) : m_target_wp(target_sp) { in IRMemoryMap() function in IRMemoryMap 28 IRMemoryMap::~IRMemoryMap() { in ~IRMemoryMap() 46 lldb::addr_t IRMemoryMap::FindSpace(size_t size) { in FindSpace() 190 IRMemoryMap::AllocationMap::iterator 191 IRMemoryMap::FindAllocation(lldb::addr_t addr, size_t size) { in FindAllocation() 209 bool IRMemoryMap::IntersectsAllocation(lldb::addr_t addr, size_t size) const { in IntersectsAllocation() 238 bool IRMemoryMap::AllocationsIntersect(lldb::addr_t addr1, size_t size1, in AllocationsIntersect() 253 lldb::ByteOrder IRMemoryMap::GetByteOrder() { in GetByteOrder() 267 uint32_t IRMemoryMap::GetAddressByteSize() { in GetAddressByteSize() 281 ExecutionContextScope *IRMemoryMap::GetBestExecutionContextScope() const { in GetBestExecutionContextScope() [all …]
|
H A D | Materializer.cpp | 71 void MakeAllocation(IRMemoryMap &map, Status &err) { in MakeAllocation() 83 IRMemoryMap::eAllocationPolicyMirror, zero_memory, allocate_error); in MakeAllocation() 132 void DestroyAllocation(IRMemoryMap &map, Status &err) { in DestroyAllocation() 150 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() 201 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize() 347 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog() 407 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe() 440 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() 562 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize() 602 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize() [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() 350 IRMemoryMap::eAllocationPolicyHostOnly, zero_memory, alloc_error); in PrepareToExecuteJITExpression()
|
H A D | IRExecutionUnit.cpp | 50 : IRMemoryMap(target_sp), m_context_up(context_up.release()), in IRExecutionUnit()
|
/freebsd/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, 120 virtual void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, 122 virtual void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, 126 virtual void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, 128 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 | 26 class IRMemoryMap; 25 class IRMemoryMap; global() variable
|
H A D | IRExecutionUnit.h | 57 public IRMemoryMap,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.h | 47 class IRMemoryMap; variable
|
/freebsd/lib/clang/liblldb/ |
H A D | Makefile | 239 SRCS+= Expression/IRMemoryMap.cpp
|