OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMInitializeTransformUtils
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Utils.cpp
34
///
LLVMInitializeTransformUtils
- C binding for initializeTransformUtilsPasses.
35
void
LLVMInitializeTransformUtils
(LLVMPassRegistryRef R) {
/external/llvm/include/llvm-c/
Initialization.h
35
void
LLVMInitializeTransformUtils
(LLVMPassRegistryRef R);
/external/llvm/lib/Transforms/Utils/
Utils.cpp
40
///
LLVMInitializeTransformUtils
- C binding for initializeTransformUtilsPasses.
41
void
LLVMInitializeTransformUtils
(LLVMPassRegistryRef R) {
/external/swiftshader/third_party/LLVM/include/llvm-c/
Initialization.h
26
void
LLVMInitializeTransformUtils
(LLVMPassRegistryRef R);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
Initialization.h
35
void
LLVMInitializeTransformUtils
(LLVMPassRegistryRef R);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Utils.cpp
44
///
LLVMInitializeTransformUtils
- C binding for initializeTransformUtilsPasses.
45
void
LLVMInitializeTransformUtils
(LLVMPassRegistryRef R) {
/external/llvm/bindings/python/llvm/
core.py
444
library.
LLVMInitializeTransformUtils
.argtypes = [PassRegistry]
445
library.
LLVMInitializeTransformUtils
.restype = None
613
lib.
LLVMInitializeTransformUtils
(p)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
core.py
444
library.
LLVMInitializeTransformUtils
.argtypes = [PassRegistry]
445
library.
LLVMInitializeTransformUtils
.restype = None
616
lib.
LLVMInitializeTransformUtils
(p)
Completed in 469 milliseconds