HomeSort by: relevance | last modified time | path
    Searched refs:MemProfiler (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemProfiler.cpp 1 //===- MemProfiler.cpp - memory allocation and access profiler ------------===//
9 // This file is a part of MemProfiler. Memory accesses are instrumented
17 #include "llvm/Transforms/Instrumentation/MemProfiler.h"
157 class MemProfiler {
159 MemProfiler(Module &M) {
212 MemProfiler Profiler(*F.getParent());
242 ModuleMemProfiler MemProfiler(M);
243 return MemProfiler.instrumentModule(M);
254 MemProfiler Profiler(M);
275 "MemProfiler: profile memory allocations and accesses."
    [all...]
  /src/external/apache2/llvm/lib/libLLVMInstrumentation/
Makefile 21 MemProfiler.cpp \

Completed in 16 milliseconds