Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2510 unsigned LLVMCountParams(LLVMValueRef FnRef) { in LLVMCountParams() argument
2513 return unwrap<Function>(FnRef)->arg_size(); in LLVMCountParams()
2516 void LLVMGetParams(LLVMValueRef FnRef, LLVMValueRef *ParamRefs) { in LLVMGetParams() argument
2517 Function *Fn = unwrap<Function>(FnRef); in LLVMGetParams()
2522 LLVMValueRef LLVMGetParam(LLVMValueRef FnRef, unsigned index) { in LLVMGetParam() argument
2523 Function *Fn = unwrap<Function>(FnRef); in LLVMGetParam()
2658 unsigned LLVMCountBasicBlocks(LLVMValueRef FnRef) { in LLVMCountBasicBlocks() argument
2659 return unwrap<Function>(FnRef)->size(); in LLVMCountBasicBlocks()
2663 Function *Fn = unwrap<Function>(FnRef); in LLVMGetBasicBlocks()
2724 LLVMValueRef FnRef, in LLVMAppendBasicBlockInContext() argument
[all …]