Searched refs:MemProf (Results 1 – 12 of 12) sorted by relevance
3 This directory contains sources of the MemProfiling (MemProf) runtime library.10 Also MemProf runtime needs the following libraries:14 MemProf runtime can only be built by CMake. You can run MemProf tests
9 // MemProf runtime flags.24 "If set, prints MemProf exit stats even after program terminates "
46 TEST(MemProf, Basic) { in TEST() argument
1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\
3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
39 InstrProfKind getProfileKind() const { return InstrProfKind::MemProf; } in getProfileKind()
336 MemProf = 0x40, enumerator
874 if (static_cast<bool>(ProfileKind & InstrProfKind::MemProf)) in writeImpl()903 if (static_cast<bool>(ProfileKind & InstrProfKind::MemProf)) { in writeImpl()
63 ProfileKind |= InstrProfKind::MemProf; in getProfileKindFromVersion()
1064 SRCS_MIN+= ProfileData/MemProf.cpp