Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h342 struct AllocationRecord { struct
352 AllocationRecord(uintptr_t host_address, uint32_t permissions, in AllocationRecord() argument
367 AllocationRecord &record);
369 typedef std::vector<AllocationRecord> RecordVector;
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp456 for (AllocationRecord &record : m_records) { in GetRunnableInfo()
602 m_parent.m_records.push_back(AllocationRecord( in allocateCodeSection()
635 m_parent.m_records.push_back(AllocationRecord( in allocateDataSection()
1081 for (AllocationRecord &record : m_records) { in GetRemoteAddressForLocal()
1108 for (AllocationRecord &record : m_records) { in GetRemoteRangeForLocal()
1168 for (AllocationRecord &record : m_records) { in CommitAllocations()
1177 for (AllocationRecord &record : m_records) { in CommitAllocations()
1191 for (AllocationRecord &record : m_records) { in ReportAllocations()
1208 for (AllocationRecord &record : m_records) { in WriteData()
1220 void IRExecutionUnit::AllocationRecord::dump(Log *log) { in dump()
[all …]