Searched refs:FnRef (Results 1 – 1 of 1) sorted by relevance
2510 unsigned LLVMCountParams(LLVMValueRef FnRef) { in LLVMCountParams() argument2513 return unwrap<Function>(FnRef)->arg_size(); in LLVMCountParams()2516 void LLVMGetParams(LLVMValueRef FnRef, LLVMValueRef *ParamRefs) { in LLVMGetParams() argument2517 Function *Fn = unwrap<Function>(FnRef); in LLVMGetParams()2522 LLVMValueRef LLVMGetParam(LLVMValueRef FnRef, unsigned index) { in LLVMGetParam() argument2523 Function *Fn = unwrap<Function>(FnRef); in LLVMGetParam()2658 unsigned LLVMCountBasicBlocks(LLVMValueRef FnRef) { in LLVMCountBasicBlocks() argument2659 return unwrap<Function>(FnRef)->size(); in LLVMCountBasicBlocks()2663 Function *Fn = unwrap<Function>(FnRef); in LLVMGetBasicBlocks()2724 LLVMValueRef FnRef, in LLVMAppendBasicBlockInContext() argument[all …]