Searched refs:FnRef (Results 1 – 1 of 1) sorted by relevance
2487 unsigned LLVMCountParams(LLVMValueRef FnRef) { in LLVMCountParams() argument2490 return unwrap<Function>(FnRef)->arg_size(); in LLVMCountParams()2493 void LLVMGetParams(LLVMValueRef FnRef, LLVMValueRef *ParamRefs) { in LLVMGetParams() argument2494 Function *Fn = unwrap<Function>(FnRef); in LLVMGetParams()2499 LLVMValueRef LLVMGetParam(LLVMValueRef FnRef, unsigned index) { in LLVMGetParam() argument2500 Function *Fn = unwrap<Function>(FnRef); in LLVMGetParam()2635 unsigned LLVMCountBasicBlocks(LLVMValueRef FnRef) { in LLVMCountBasicBlocks() argument2636 return unwrap<Function>(FnRef)->size(); in LLVMCountBasicBlocks()2640 Function *Fn = unwrap<Function>(FnRef); in LLVMGetBasicBlocks()2701 LLVMValueRef FnRef, in LLVMAppendBasicBlockInContext() argument[all …]