OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initializeInstrumentation
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp
56
///
initializeInstrumentation
- Initialize all passes in the TransformUtils
58
void llvm::
initializeInstrumentation
(PassRegistry &Registry) {
74
///
initializeInstrumentation
.
76
initializeInstrumentation
(*unwrap(R));
/frameworks/compile/libbcc/lib/Support/
Initialization.cpp
63
llvm::
initializeInstrumentation
(Registry);
/external/llvm/tools/bugpoint/
bugpoint.cpp
131
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
323
initializeInstrumentation
(Registry);
Completed in 631 milliseconds