Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h366 struct AllocationRecord { struct
376 AllocationRecord(uintptr_t host_address, uint32_t permissions, in AllocationRecord() argument
391 AllocationRecord &record);
393 typedef std::vector<AllocationRecord> RecordVector;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp457 for (AllocationRecord &record : m_records) { in GetRunnableInfo()
603 m_parent.m_records.push_back(AllocationRecord( in allocateCodeSection()
637 m_parent.m_records.push_back(AllocationRecord( in allocateDataSection()
1036 for (AllocationRecord &record : m_records) { in GetRemoteAddressForLocal()
1064 for (AllocationRecord &record : m_records) { in GetRemoteRangeForLocal()
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()
1176 void IRExecutionUnit::AllocationRecord::dump(Log *log) { in dump()
[all …]