OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initializeinstrumentation
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp
20
///
initializeInstrumentation
- Initialize all passes in the TransformUtils
22
void llvm::
initializeInstrumentation
(PassRegistry &Registry) {
33
///
initializeInstrumentation
.
35
initializeInstrumentation
(*unwrap(R));
/external/llvm/include/llvm/
InitializePasses.h
45
///
initializeInstrumentation
- Initialize all passes linked into the
47
void
initializeInstrumentation
(PassRegistry&);
/external/llvm/tools/bugpoint/
bugpoint.cpp
129
initializeInstrumentation
(Registry);
/external/llvm/tools/opt/
opt.cpp
505
initializeInstrumentation
(Registry);
Completed in 131 milliseconds