Home
last modified time | relevance | path

Searched refs:LLVMCreateFunctionPassManagerForModule (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp303 LLVMCreateFunctionPassManagerForModule(Module); in buildAndRunOptPasses()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h4194 LLVMPassManagerRef LLVMCreateFunctionPassManagerForModule(LLVMModuleRef M);
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp4162 LLVMPassManagerRef LLVMCreateFunctionPassManagerForModule(LLVMModuleRef M) { in LLVMCreateFunctionPassManagerForModule() function
4167 return LLVMCreateFunctionPassManagerForModule( in LLVMCreateFunctionPassManager()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1954 pm.C = C.LLVMCreateFunctionPassManagerForModule(m.C)