Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h136 BuildLazyArguments(); in CheckLazyArguments()
139 void BuildLazyArguments() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp461 void Function::BuildLazyArguments() const { in BuildLazyArguments() function in Function