Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h139 BuildLazyArguments(); in CheckLazyArguments()
142 void BuildLazyArguments() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp522 void Function::BuildLazyArguments() const { in BuildLazyArguments() function in Function