Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.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()
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 DMaterializer.cpp60 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 DLLVMUserExpression.cpp310 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 DIRExecutionUnit.cpp47 : IRMemoryMap(target_sp), m_context_up(context_up.release()), in IRExecutionUnit()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h48 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 DIRMemoryMap.h34 class IRMemoryMap {
36 IRMemoryMap(lldb::TargetSP target_sp);
37 ~IRMemoryMap();
H A DIRInterpreter.h25 class IRMemoryMap; variable
H A DIRExecutionUnit.h57 public IRMemoryMap,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h47 class IRMemoryMap; variable
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile219 SRCS+= Expression/IRMemoryMap.cpp