Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h342 struct AllocationRecord { struct
352 AllocationRecord(uintptr_t host_address, uint32_t permissions, in AllocationRecord() function
367 AllocationRecord &record);
369 typedef std::vector<AllocationRecord> RecordVector;
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp444 for (AllocationRecord &record : m_records) { in GetRunnableInfo()
590 m_parent.m_records.push_back(AllocationRecord( in allocateCodeSection()
623 m_parent.m_records.push_back(AllocationRecord( in allocateDataSection()
1069 for (AllocationRecord &record : m_records) { in GetRemoteAddressForLocal()
1096 for (AllocationRecord &record : m_records) { in GetRemoteRangeForLocal()
1111 AllocationRecord &record) { in CommitOneAllocation()
1156 for (AllocationRecord &record : m_records) { in CommitAllocations()
1165 for (AllocationRecord &record : m_records) { in CommitAllocations()
1179 for (AllocationRecord &record : m_records) { in ReportAllocations()
1196 for (AllocationRecord &record : m_records) { in WriteData()
[all …]
/external/tensorflow/tensorflow/core/framework/
Dstep_stats.proto15 message AllocationRecord { message
30 repeated AllocationRecord allocation_records = 6;
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h186 const std::vector<AllocationRecord>& allocations() const { in allocations()
286 std::vector<AllocationRecord> allocations_;
648 const std::vector<AllocationRecord>& allocations(int64 step) const { in allocations()
755 std::vector<AllocationRecord> empty_allocations_;
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto117 repeated AllocationRecord allocations = 11;