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) {
36 /// initializeInstrumentation.
38 initializeInstrumentation(*unwrap(R));
  /external/llvm/tools/bugpoint/
bugpoint.cpp 130 initializeInstrumentation(Registry);
  /art/compiler/llvm/
compiler_llvm.cc 88 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 577 initializeInstrumentation(Registry);

Completed in 97 milliseconds