Home
last modified time | relevance | path

Searched refs:AllocationRecord (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Expression/
DIRExecutionUnit.cpp447 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateStub()
476 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateSpace()
499 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateCodeSection()
524 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateDataSection()
546 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateGlobal()
571 for (AllocationRecord &record : m_records) in GetRemoteAddressForLocal()
602 for (AllocationRecord &record : m_records) in GetRemoteRangeForLocal()
624 for (AllocationRecord &record : m_records) in CommitAllocations()
645 for (AllocationRecord &record : m_records) in CommitAllocations()
661 for (AllocationRecord &record : m_records) in ReportAllocations()
[all …]
/external/lldb/include/lldb/Expression/
DIRExecutionUnit.h451 struct AllocationRecord { struct
459 AllocationRecord (uintptr_t host_address, argument
476 typedef std::vector<AllocationRecord> RecordVector; argument