Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp470 for (AllocationRecord &record : m_records) { in GetRunnableInfo()
614 m_parent.m_records.push_back(AllocationRecord( in allocateCodeSection()
647 m_parent.m_records.push_back(AllocationRecord( in allocateDataSection()
996 for (AllocationRecord &record : m_records) { in GetRemoteAddressForLocal()
1023 for (AllocationRecord &record : m_records) { in GetRemoteRangeForLocal()
1083 for (AllocationRecord &record : m_records) { in CommitAllocations()
1092 for (AllocationRecord &record : m_records) { in CommitAllocations()
1106 for (AllocationRecord &record : m_records) { in ReportAllocations()
1123 for (AllocationRecord &record : m_records) { in WriteData()
1135 void IRExecutionUnit::AllocationRecord::dump(Log *log) { in dump()
[all …]