Searched refs:MemProf (Results 1 – 19 of 19) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | README.txt | 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
|
| H A D | memprof_flags.inc | 9 // MemProf runtime flags. 24 "If set, prints MemProf exit stats even after program terminates "
|
| H A D | CMakeLists.txt | 76 # Compile MemProf sources into an object library. 117 # Build MemProf runtimes shipped with Clang.
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | MemProfTest.cpp | 128 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 D | InstrProfTest.cpp | 292 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 D | CMakeLists.txt | 7 MemProf.cpp
|
| H A D | InstrProfWriter.cpp | 361 if (static_cast<bool>(ProfileKind & InstrProfKind::MemProf)) in writeImpl() 419 if (static_cast<bool>(ProfileKind & InstrProfKind::MemProf)) { in writeImpl()
|
| H A D | InstrProfReader.cpp | 60 ProfileKind |= InstrProfKind::MemProf; in getProfileKindFromVersion()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/ProfileData/ |
| H A D | BUILD.gn | 16 "MemProf.cpp",
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/HeapProfiler/ |
| H A D | version-mismatch-check.ll | 1 ; Check that the MemProf module constructor guards against compiler/runtime version
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/tests/ |
| H A D | CMakeLists.txt | 49 # MemProf unit tests are only run on the host machine.
|
| H A D | rawprofile.cpp | 58 TEST(MemProf, Basic) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | MIBEntryDef.inc | 1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\
|
| H A D | RawMemProfReader.h | 72 InstrProfKind getProfileKind() const { return InstrProfKind::MemProf; } in getProfileKind()
|
| H A D | MemProfData.inc | 3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
|
| H A D | InstrProf.h | 297 MemProf = 0x40, enumerator 298 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/MemProf)
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | MIBEntryDef.inc | 1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\
|
| H A D | MemProfData.inc | 3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 6199 llvm/lib/ProfileData/MemProf.cpp
|