Home
last modified time | relevance | path

Searched refs:LLVMInitializeInstrumentation (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DInitialization.h41 void LLVMInitializeInstrumentation(LLVMPassRegistryRef R);
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp117 void LLVMInitializeInstrumentation(LLVMPassRegistryRef R) { in LLVMInitializeInstrumentation() function
/netbsd/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py476 library.LLVMInitializeInstrumentation.argtypes = [PassRegistry]
477 library.LLVMInitializeInstrumentation.restype = None
633 lib.LLVMInitializeInstrumentation(p)