Home
last modified time | relevance | path

Searched refs:MemProf (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A DREADME.txt3 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
H A Dmemprof_flags.inc9 // MemProf runtime flags.
24 "If set, prints MemProf exit stats even after program terminates "
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp46 TEST(MemProf, Basic) { in TEST() argument
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DMIBEntryDef.inc1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\
H A DMemProfData.inc3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMIBEntryDef.inc1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\
H A DMemProfReader.h39 InstrProfKind getProfileKind() const { return InstrProfKind::MemProf; } in getProfileKind()
H A DMemProfData.inc3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
H A DInstrProf.h336 MemProf = 0x40, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp874 if (static_cast<bool>(ProfileKind & InstrProfKind::MemProf)) in writeImpl()
903 if (static_cast<bool>(ProfileKind & InstrProfKind::MemProf)) { in writeImpl()
H A DInstrProfReader.cpp63 ProfileKind |= InstrProfKind::MemProf; in getProfileKindFromVersion()
/freebsd/lib/clang/libllvm/
H A DMakefile1064 SRCS_MIN+= ProfileData/MemProf.cpp