Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRMemoryMap.cpp21 IRMemoryMap::IRMemoryMap (lldb::TargetSP target_sp) : in IRMemoryMap() function in IRMemoryMap
28 IRMemoryMap::~IRMemoryMap () in ~IRMemoryMap()
50 IRMemoryMap::FindSpace (size_t size) in FindSpace()
105 IRMemoryMap::AllocationMap::iterator
106 IRMemoryMap::FindAllocation (lldb::addr_t addr, size_t size) in FindAllocation()
128 IRMemoryMap::IntersectsAllocation (lldb::addr_t addr, size_t size) in IntersectsAllocation()
156 IRMemoryMap::GetByteOrder() in GetByteOrder()
172 IRMemoryMap::GetAddressByteSize() in GetAddressByteSize()
188 IRMemoryMap::GetBestExecutionContextScope() in GetBestExecutionContextScope()
203 IRMemoryMap::Allocation::Allocation (lldb::addr_t process_alloc, in Allocation()
[all …]
DMaterializer.cpp77 void MakeAllocation (IRMemoryMap &map, Error &err) in MakeAllocation()
88 IRMemoryMap::eAllocationPolicyMirror, in MakeAllocation()
135 void DestroyAllocation (IRMemoryMap &map, Error &err) in DestroyAllocation()
149 …void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Er… in Materialize()
195 IRMemoryMap &map, in Dematerialize()
322 void DumpToLog (IRMemoryMap &map, lldb::addr_t process_address, Log *log) in DumpToLog()
388 void Wipe (IRMemoryMap &map, lldb::addr_t process_address) in Wipe()
421 …void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Er… in Materialize()
511 …, byte_align, lldb::ePermissionsReadable | lldb::ePermissionsWritable, IRMemoryMap::eAllocationPol… in Materialize()
543 IRMemoryMap &map, in Dematerialize()
[all …]
DCMakeLists.txt21 IRMemoryMap.cpp
DAndroid.mk34 IRMemoryMap.cpp \
DClangUserExpression.cpp669IRMemoryMap::AllocationPolicy policy = m_can_interpret ? IRMemoryMap::eAllocationPolicyHostOnly : in PrepareToExecuteJITExpression()
695IRMemoryMap::eAllocationPolicyHostOnly, in PrepareToExecuteJITExpression()
DIRInterpreter.cpp67 lldb_private::IRMemoryMap &m_memory_map;
80 lldb_private::IRMemoryMap &memory_map, in InterpreterStackFrame()
557 lldb_private::IRMemoryMap &memory_map, in Interpret()
DIRExecutionUnit.cpp33 IRMemoryMap(target_sp), in IRExecutionUnit()
/external/lldb/include/lldb/Expression/
DMaterializer.h62 IRMemoryMap &map, in Dematerializer()
78 IRMemoryMap *m_map;
85 …DematerializerSP Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process…
125 …virtual void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_add…
126 …virtual void Dematerialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_a…
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;
DIRMemoryMap.h37 class IRMemoryMap
40 IRMemoryMap (lldb::TargetSP target_sp);
41 ~IRMemoryMap ();
DIRInterpreter.h28 class IRMemoryMap; variable
53 lldb_private::IRMemoryMap &memory_map,
DIRForTarget.h42 class IRMemoryMap; variable
DIRExecutionUnit.h63 class IRExecutionUnit : public IRMemoryMap
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj504 …CF6FE170E6B4A0092F75E /* IRMemoryMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49DCF6FD17…
1466 … /* IRMemoryMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IRMemor…
1477IRMemoryMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp…
2910 49C66B1C17011A43004D1922 /* IRMemoryMap.h */,
2911 49DCF6FD170E6B4A0092F75E /* IRMemoryMap.cpp */,
4275 49DCF6FE170E6B4A0092F75E /* IRMemoryMap.cpp in Sources */,