Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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()
717 void IRMemoryMap::ReadScalarFromMemory(Scalar &scalar, in ReadScalarFromMemory()
[all …]
H A DMaterializer.cpp74 void MakeAllocation(IRMemoryMap &map, Status &err) { in MakeAllocation()
135 void DestroyAllocation(IRMemoryMap &map, Status &err) { in DestroyAllocation()
153 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
203 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
348 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
437 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
681 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
785 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
953 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1119 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.cpp46 : IRMemoryMap(target_sp), m_context_ap(context_ap.release()), in IRExecutionUnit()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DMaterializer.h51 IRMemoryMap &map, lldb::addr_t process_address) in Dematerializer()
63 IRMemoryMap *m_map;
70 DematerializerSP Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
100 virtual void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
102 virtual void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
106 virtual void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address,
108 virtual void Wipe(IRMemoryMap &map, lldb::addr_t process_address) = 0;
H A DIRMemoryMap.h37 class IRMemoryMap {
39 IRMemoryMap(lldb::TargetSP target_sp);
40 ~IRMemoryMap();
H A DIRInterpreter.h27 class IRMemoryMap; variable
H A DIRExecutionUnit.h60 public IRMemoryMap,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h45 class IRMemoryMap; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile203 SRCS+= Expression/IRMemoryMap.cpp