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.h337 struct AllocationRecord { struct
347 AllocationRecord(uintptr_t host_address, uint32_t permissions, in AllocationRecord() argument
361 AllocationRecord &record);
363 typedef std::vector<AllocationRecord> RecordVector;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp472 for (AllocationRecord &record : m_records) { in GetRunnableInfo()
616 m_parent.m_records.push_back(AllocationRecord( in allocateCodeSection()
649 m_parent.m_records.push_back(AllocationRecord( in allocateDataSection()
998 for (AllocationRecord &record : m_records) { in GetRemoteAddressForLocal()
1025 for (AllocationRecord &record : m_records) { in GetRemoteRangeForLocal()
1040 AllocationRecord &record) { in CommitOneAllocation()
1085 for (AllocationRecord &record : m_records) { in CommitAllocations()
1094 for (AllocationRecord &record : m_records) { in CommitAllocations()
1108 for (AllocationRecord &record : m_records) { in ReportAllocations()
1125 for (AllocationRecord &record : m_records) { in WriteData()
[all …]