Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Expression/
DIRExecutionUnit.cpp471 for (AllocationRecord &record : m_records) { in GetRunnableInfo()
615 m_parent.m_records.push_back(AllocationRecord( in allocateCodeSection()
631 m_parent.CommitOneAllocation(process_sp, err, m_parent.m_records.back()); in allocateCodeSection()
648 m_parent.m_records.push_back(AllocationRecord( in allocateDataSection()
662 m_parent.CommitOneAllocation(process_sp, err, m_parent.m_records.back()); in allocateDataSection()
997 for (AllocationRecord &record : m_records) { in GetRemoteAddressForLocal()
1024 for (AllocationRecord &record : m_records) { in GetRemoteRangeForLocal()
1084 for (AllocationRecord &record : m_records) { in CommitAllocations()
1093 for (AllocationRecord &record : m_records) { in CommitAllocations()
1107 for (AllocationRecord &record : m_records) { in ReportAllocations()
[all …]
/openbsd/src/gnu/llvm/lldb/include/lldb/Expression/
DIRExecutionUnit.h364 RecordVector m_records; variable