Searched refs:FnRef (Results 1 – 1 of 1) sorted by relevance
2450 unsigned LLVMCountParams(LLVMValueRef FnRef) { in LLVMCountParams() argument2453 return unwrap<Function>(FnRef)->arg_size(); in LLVMCountParams()2456 void LLVMGetParams(LLVMValueRef FnRef, LLVMValueRef *ParamRefs) { in LLVMGetParams() argument2457 Function *Fn = unwrap<Function>(FnRef); in LLVMGetParams()2462 LLVMValueRef LLVMGetParam(LLVMValueRef FnRef, unsigned index) { in LLVMGetParam() argument2463 Function *Fn = unwrap<Function>(FnRef); in LLVMGetParam()2626 unsigned LLVMCountBasicBlocks(LLVMValueRef FnRef) { in LLVMCountBasicBlocks() argument2627 return unwrap<Function>(FnRef)->size(); in LLVMCountBasicBlocks()2631 Function *Fn = unwrap<Function>(FnRef); in LLVMGetBasicBlocks()2691 LLVMValueRef FnRef, in LLVMAppendBasicBlockInContext() argument[all …]