Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 "
H A DCMakeLists.txt76 # Compile MemProf sources into an object library.
117 # Build MemProf runtimes shipped with Clang.
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DMemProfTest.cpp128 TEST(MemProf, FillsValue) { in TEST() argument
241 TEST(MemProf, PortableWrapper) { in TEST() argument
266 TEST(MemProf, RecordSerializationRoundTrip) { in TEST() argument
296 TEST(MemProf, SymbolizationFilter) { in TEST() argument
H A DInstrProfTest.cpp292 ASSERT_THAT_ERROR(Writer.mergeProfileKind(InstrProfKind::MemProf), in TEST_F()
336 ASSERT_THAT_ERROR(Writer.mergeProfileKind(InstrProfKind::MemProf), in TEST_F()
370 ASSERT_THAT_ERROR(Writer2.mergeProfileKind(InstrProfKind::MemProf), in TEST_F()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DCMakeLists.txt7 MemProf.cpp
H A DInstrProfWriter.cpp361 if (static_cast<bool>(ProfileKind & InstrProfKind::MemProf)) in writeImpl()
419 if (static_cast<bool>(ProfileKind & InstrProfKind::MemProf)) { in writeImpl()
H A DInstrProfReader.cpp60 ProfileKind |= InstrProfKind::MemProf; in getProfileKindFromVersion()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/ProfileData/
H A DBUILD.gn16 "MemProf.cpp",
/llvm-project-15.0.7/llvm/test/Instrumentation/HeapProfiler/
H A Dversion-mismatch-check.ll1 ; Check that the MemProf module constructor guards against compiler/runtime version
/llvm-project-15.0.7/compiler-rt/lib/memprof/tests/
H A DCMakeLists.txt49 # MemProf unit tests are only run on the host machine.
H A Drawprofile.cpp58 TEST(MemProf, Basic) { in TEST() argument
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DMIBEntryDef.inc1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\
H A DRawMemProfReader.h72 InstrProfKind getProfileKind() const { return InstrProfKind::MemProf; } in getProfileKind()
H A DMemProfData.inc3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
H A DInstrProf.h297 MemProf = 0x40, enumerator
298 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/MemProf)
/llvm-project-15.0.7/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++ -*-=== *\
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6199 llvm/lib/ProfileData/MemProf.cpp