Searched refs:IRMemoryMap (Results 1 – 13 of 13) sorted by relevance
/external/lldb/source/Expression/ |
D | IRMemoryMap.cpp | 21 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 …]
|
D | Materializer.cpp | 77 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 …]
|
D | CMakeLists.txt | 21 IRMemoryMap.cpp
|
D | Android.mk | 34 IRMemoryMap.cpp \
|
D | ClangUserExpression.cpp | 669 …IRMemoryMap::AllocationPolicy policy = m_can_interpret ? IRMemoryMap::eAllocationPolicyHostOnly : … in PrepareToExecuteJITExpression() 695 … IRMemoryMap::eAllocationPolicyHostOnly, in PrepareToExecuteJITExpression()
|
D | IRInterpreter.cpp | 67 lldb_private::IRMemoryMap &m_memory_map; 80 lldb_private::IRMemoryMap &memory_map, in InterpreterStackFrame() 557 lldb_private::IRMemoryMap &memory_map, in Interpret()
|
D | IRExecutionUnit.cpp | 33 IRMemoryMap(target_sp), in IRExecutionUnit()
|
/external/lldb/include/lldb/Expression/ |
D | Materializer.h | 62 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;
|
D | IRMemoryMap.h | 37 class IRMemoryMap 40 IRMemoryMap (lldb::TargetSP target_sp); 41 ~IRMemoryMap ();
|
D | IRInterpreter.h | 28 class IRMemoryMap; variable 53 lldb_private::IRMemoryMap &memory_map,
|
D | IRForTarget.h | 42 class IRMemoryMap; variable
|
D | IRExecutionUnit.h | 63 class IRExecutionUnit : public IRMemoryMap
|
/external/lldb/lldb.xcodeproj/ |
D | project.pbxproj | 504 …CF6FE170E6B4A0092F75E /* IRMemoryMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49DCF6FD17… 1466 … /* IRMemoryMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IRMemor… 1477 …IRMemoryMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp… 2910 49C66B1C17011A43004D1922 /* IRMemoryMap.h */, 2911 49DCF6FD170E6B4A0092F75E /* IRMemoryMap.cpp */, 4275 49DCF6FE170E6B4A0092F75E /* IRMemoryMap.cpp in Sources */,
|