Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DIRMemoryMap.cpp23 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()
165 IRMemoryMap::AllocationMap::iterator
166 IRMemoryMap::FindAllocation(lldb::addr_t addr, size_t size) { in FindAllocation()
228 lldb::ByteOrder IRMemoryMap::GetByteOrder() { in GetByteOrder()
242 uint32_t IRMemoryMap::GetAddressByteSize() { in GetAddressByteSize()
270 IRMemoryMap::Allocation::Allocation(lldb::addr_t process_alloc, in Allocation()
512 void IRMemoryMap::WriteMemory(lldb::addr_t process_address, in WriteMemory()
716 void IRMemoryMap::ReadScalarFromMemory(Scalar &scalar, in ReadScalarFromMemory()
[all …]
H A DMaterializer.cpp70 void MakeAllocation(IRMemoryMap &map, Status &err) { in MakeAllocation()
131 void DestroyAllocation(IRMemoryMap &map, Status &err) { in DestroyAllocation()
149 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
200 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
346 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
439 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
682 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
922 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1095 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1265 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 DCMakeLists.txt10 IRMemoryMap.cpp
H A DIRExecutionUnit.cpp49 : IRMemoryMap(target_sp), m_context_up(context_up.release()), in IRExecutionUnit()
/llvm-project-15.0.7/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,
119 virtual void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
121 virtual void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
125 virtual void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address,
127 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,
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Expression/
H A DBUILD.gn33 "IRMemoryMap.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h47 class IRMemoryMap; variable
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp225 IRMemoryMap Map;
958 IRMemoryMap::AllocationPolicy AP = in evalMalloc()
959 UseHostOnlyAllocationPolicy ? IRMemoryMap::eAllocationPolicyHostOnly in evalMalloc()
960 : IRMemoryMap::eAllocationPolicyProcessOnly; in evalMalloc()