HomeSort by relevance Sort by last modified time
    Searched refs:IRMemoryMap (Results 1 - 11 of 11) sorted by null

  /external/lldb/include/lldb/Expression/
IRInterpreter.h 28 class IRMemoryMap;
53 lldb_private::IRMemoryMap &memory_map,
Materializer.h 15 #include "lldb/Expression/IRMemoryMap.h"
62 IRMemoryMap &map,
78 IRMemoryMap *m_map;
85 DematerializerSP Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err);
125 virtual void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err) = 0;
126 virtual void Dematerialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address,
128 virtual void DumpToLog (IRMemoryMap &map, lldb::addr_t process_address, Log *log) = 0;
129 virtual void Wipe (IRMemoryMap &map, lldb::addr_t process_address) = 0;
IRMemoryMap.h 23 /// @class IRMemoryMap IRMemoryMap.h "lldb/Expression/IRMemoryMap.h"
37 class IRMemoryMap
40 IRMemoryMap (lldb::TargetSP target_sp);
41 ~IRMemoryMap ();
IRExecutionUnit.h 31 #include "lldb/Expression/IRMemoryMap.h"
63 class IRExecutionUnit : public IRMemoryMap
IRForTarget.h 42 class IRMemoryMap;
  /external/lldb/source/Expression/
IRMemoryMap.cpp 1 //===-- IRMemoryMap.cpp -----------------------------------------*- C++ -*-===//
15 #include "lldb/Expression/IRMemoryMap.h"
21 IRMemoryMap::IRMemoryMap (lldb::TargetSP target_sp) :
28 IRMemoryMap::~IRMemoryMap ()
50 IRMemoryMap::FindSpace (size_t size)
105 IRMemoryMap::AllocationMap::iterator
106 IRMemoryMap::FindAllocation (lldb::addr_t addr, size_t size)
128 IRMemoryMap::IntersectsAllocation (lldb::addr_t addr, size_t size
    [all...]
Android.mk 34 IRMemoryMap.cpp \
Materializer.cpp 77 void MakeAllocation (IRMemoryMap &map, Error &err)
88 IRMemoryMap::eAllocationPolicyMirror,
135 void DestroyAllocation (IRMemoryMap &map, Error &err)
149 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err)
195 IRMemoryMap &map,
322 void DumpToLog (IRMemoryMap &map, lldb::addr_t process_address, Log *log)
388 void Wipe (IRMemoryMap &map, lldb::addr_t process_address)
421 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err)
511 m_temporary_allocation = map.Malloc(data.GetByteSize(), byte_align, lldb::ePermissionsReadable | lldb::ePermissionsWritable, IRMemoryMap::eAllocationPolicyMirror, alloc_error);
543 IRMemoryMap &map
    [all...]
ClangUserExpression.cpp 669 IRMemoryMap::AllocationPolicy policy = m_can_interpret ? IRMemoryMap::eAllocationPolicyHostOnly : IRMemoryMap::eAllocationPolicyMirror;
695 IRMemoryMap::eAllocationPolicyHostOnly,
    [all...]
IRInterpreter.cpp 15 #include "lldb/Expression/IRMemoryMap.h"
67 lldb_private::IRMemoryMap &m_memory_map;
80 lldb_private::IRMemoryMap &memory_map,
557 lldb_private::IRMemoryMap &memory_map,
    [all...]
IRExecutionUnit.cpp 33 IRMemoryMap(target_sp),

Completed in 103 milliseconds