Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.h191 bool isFullyCompiled() const { return IsFullyCompiled; } in isFullyCompiled() function
H A DInterp.cpp1444 if (!Func->isFullyCompiled()) in CallVar()
1517 if (!Func->isFullyCompiled()) in Call()
1567 if (!Func->isFullyCompiled()) in CallVirt()