OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMInitializeInstrumentation
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp
33
///
LLVMInitializeInstrumentation
- C binding for
35
void
LLVMInitializeInstrumentation
(LLVMPassRegistryRef R) {
/external/llvm/include/llvm-c/
Initialization.h
41
void
LLVMInitializeInstrumentation
(LLVMPassRegistryRef R);
/external/llvm/bindings/python/llvm/
core.py
462
library.
LLVMInitializeInstrumentation
.argtypes = [PassRegistry]
463
library.
LLVMInitializeInstrumentation
.restype = None
622
lib.
LLVMInitializeInstrumentation
(p)
Completed in 89 milliseconds