Searched refs:LLVMAddFunctionAttrsPass (Results 1 – 4 of 4) sorted by relevance
41 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM);
32 func (pm PassManager) AddFunctionAttrsPass() { C.LLVMAddFunctionAttrsPass(pm.C) }
42 LLVMAddFunctionAttrsPass(PM); in llvm_add_function_attrs()
67 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM) { in LLVMAddFunctionAttrsPass() function