Searched refs:InsertOrMerge (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_mibmap.h | 22 void InsertOrMerge(const uptr Id, const ::llvm::memprof::MemInfoBlock &Block,
|
H A D | memprof_mibmap.cpp | 21 void InsertOrMerge(const uptr Id, const MemInfoBlock &Block, MIBMapTy &Map) { in InsertOrMerge() function
|
H A D | memprof_allocator.cpp | 392 InsertOrMerge(m->alloc_context_id, newMIB, A->MIBMap); in InsertLiveBlocks() 521 InsertOrMerge(m->alloc_context_id, newMIB, MIBMap); in Deallocate()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/tests/ |
H A D | rawprofile.cpp | 33 InsertOrMerge(Id, FakeMIB, FakeMap); in PopulateFakeMap()
|