Searched refs:LLVMAddFunctionAttrsPass (Results 1 – 11 of 11) sorted by relevance
41 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM);
46 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM);
31 func (pm PassManager) AddFunctionAttrsPass() { C.LLVMAddFunctionAttrsPass(pm.C) }
32 func (pm PassManager) AddFunctionAttrsPass() { C.LLVMAddFunctionAttrsPass(pm.C) }
42 LLVMAddFunctionAttrsPass(PM); in llvm_add_function_attrs()
48 LLVMAddFunctionAttrsPass(PM); in llvm_add_function_attrs()
76 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM) { in LLVMAddFunctionAttrsPass() function
87 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM) { in LLVMAddFunctionAttrsPass() function
85 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM) { in LLVMAddFunctionAttrsPass() function
142 LLVMAddFunctionAttrsPass(gallivm->cgpassmgr); in create_pass_manager()