Home
last modified time | relevance | path

Searched refs:FnRef (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2450 unsigned LLVMCountParams(LLVMValueRef FnRef) { in LLVMCountParams() argument
2453 return unwrap<Function>(FnRef)->arg_size(); in LLVMCountParams()
2456 void LLVMGetParams(LLVMValueRef FnRef, LLVMValueRef *ParamRefs) { in LLVMGetParams() argument
2457 Function *Fn = unwrap<Function>(FnRef); in LLVMGetParams()
2462 LLVMValueRef LLVMGetParam(LLVMValueRef FnRef, unsigned index) { in LLVMGetParam() argument
2463 Function *Fn = unwrap<Function>(FnRef); in LLVMGetParam()
2626 unsigned LLVMCountBasicBlocks(LLVMValueRef FnRef) { in LLVMCountBasicBlocks() argument
2627 return unwrap<Function>(FnRef)->size(); in LLVMCountBasicBlocks()
2631 Function *Fn = unwrap<Function>(FnRef); in LLVMGetBasicBlocks()
2691 LLVMValueRef FnRef, in LLVMAppendBasicBlockInContext() argument
[all …]