Searched refs:MemProfData (Results 1 – 8 of 8) sorted by relevance
276 auto [Iter, Inserted] = MemProfData.Records.insert({Id, Record}); in addMemProfRecord()288 auto [Iter, Inserted] = MemProfData.Frames.insert({Id, Frame}); in addMemProfFrame()305 auto [Iter, Inserted] = MemProfData.CallStacks.insert({CSId, CallStack}); in addMemProfCallStack()392 MemProfData.Frames.reserve(IPW.MemProfData.Frames.size()); in mergeRecordsFromWriter()393 for (auto &[FrameId, Frame] : IPW.MemProfData.Frames) { in mergeRecordsFromWriter()400 MemProfData.CallStacks.reserve(IPW.MemProfData.CallStacks.size()); in mergeRecordsFromWriter()401 for (auto &[CSId, CallStack] : IPW.MemProfData.CallStacks) { in mergeRecordsFromWriter()406 MemProfData.Records.reserve(IPW.MemProfData.Records.size()); in mergeRecordsFromWriter()407 for (auto &[GUID, Record] : IPW.MemProfData.Records) { in mergeRecordsFromWriter()598 memprof::IndexedMemProfData &MemProfData) { in writeMemProfV0() argument[all …]
31 INCS+= MemProfData.inc
3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\96 // MemProfData.inc since it would mean we are embedding a directive (the
55 memprof::IndexedMemProfData MemProfData; variable
316 textual header "llvm/ProfileData/MemProfData.inc"
494 OLD_FILES+=usr/lib/clang/18/include/profile/MemProfData.inc1035 OLD_FILES+=usr/lib/clang/17/include/profile/MemProfData.inc1515 OLD_FILES+=usr/lib/clang/16/include/profile/MemProfData.inc2050 OLD_FILES+=usr/lib/clang/15.0.7/include/profile/MemProfData.inc2480 OLD_FILES+=usr/lib/clang/14.0.5/include/profile/MemProfData.inc3035 OLD_FILES+=usr/lib/clang/14.0.4/include/profile/MemProfData.inc3347 OLD_FILES+=usr/lib/clang/14.0.3/include/profile/MemProfData.inc
1095 OLD_FILES+=usr/lib/clang/19/include/profile/MemProfData.inc