HomeSort by relevance Sort by last modified time
    Searched refs:initializeInstrumentation (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp 21 /// initializeInstrumentation - Initialize all passes in the TransformUtils
23 void llvm::initializeInstrumentation(PassRegistry &Registry) {
34 /// initializeInstrumentation.
36 initializeInstrumentation(*unwrap(R));
  /external/llvm/tools/bugpoint/
bugpoint.cpp 136 initializeInstrumentation(Registry);
  /art/compiler/llvm/
compiler_llvm.cc 91 llvm::initializeInstrumentation(registry);
  /external/llvm/include/llvm/
InitializePasses.h 49 /// initializeInstrumentation - Initialize all passes linked into the
51 void initializeInstrumentation(PassRegistry&);
  /external/llvm/tools/opt/
opt.cpp 353 initializeInstrumentation(Registry);

Completed in 870 milliseconds