Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h344 struct AllocationRecord { struct
354 AllocationRecord(uintptr_t host_address, uint32_t permissions, in AllocationRecord() argument
368 AllocationRecord &record);
370 typedef std::vector<AllocationRecord> RecordVector;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp471 for (AllocationRecord &record : m_records) { in GetRunnableInfo()
615 m_parent.m_records.push_back(AllocationRecord( in allocateCodeSection()
648 m_parent.m_records.push_back(AllocationRecord( in allocateDataSection()
1034 for (AllocationRecord &record : m_records) { in GetRemoteAddressForLocal()
1061 for (AllocationRecord &record : m_records) { in GetRemoteRangeForLocal()
1076 AllocationRecord &record) { in CommitOneAllocation()
1124 for (AllocationRecord &record : m_records) { in CommitAllocations()
1133 for (AllocationRecord &record : m_records) { in CommitAllocations()
1147 for (AllocationRecord &record : m_records) { in ReportAllocations()
1164 for (AllocationRecord &record : m_records) { in WriteData()
[all …]