Home
last modified time | relevance | path

Searched refs:MemProfData (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp276 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 …]
/src/lib/libclang_rt/profile/
H A DMakefile31 INCS+= MemProfData.inc
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfData.inc3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
96 // MemProfData.inc since it would mean we are embedding a directive (the
H A DInstrProfWriter.h55 memprof::IndexedMemProfData MemProfData; variable
/src/contrib/llvm-project/compiler-rt/include/profile/
H A DMemProfData.inc3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
96 // MemProfData.inc since it would mean we are embedding a directive (the
/src/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap316 textual header "llvm/ProfileData/MemProfData.inc"
/src/
H A DObsoleteFiles.inc739 OLD_FILES+=usr/lib/clang/18/include/profile/MemProfData.inc
1280 OLD_FILES+=usr/lib/clang/17/include/profile/MemProfData.inc
1760 OLD_FILES+=usr/lib/clang/16/include/profile/MemProfData.inc
2296 OLD_FILES+=usr/lib/clang/15.0.7/include/profile/MemProfData.inc
2726 OLD_FILES+=usr/lib/clang/14.0.5/include/profile/MemProfData.inc
3281 OLD_FILES+=usr/lib/clang/14.0.4/include/profile/MemProfData.inc
3593 OLD_FILES+=usr/lib/clang/14.0.3/include/profile/MemProfData.inc
/src/tools/build/mk/
H A DOptionalObsoleteFiles.inc1115 OLD_FILES+=usr/lib/clang/19/include/profile/MemProfData.inc