Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2833 bool IsIncompleteFunction, in SetFunctionAttributes() argument
2845 if (!IsIncompleteFunction) in SetFunctionAttributes()
2868 if (!IsIncompleteFunction && F->isDeclaration()) in SetFunctionAttributes()
4658 bool IsIncompleteFunction = false; in GetOrCreateLLVMFunction() local
4665 IsIncompleteFunction = true; in GetOrCreateLLVMFunction()
4702 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
4754 if (!IsIncompleteFunction) { in GetOrCreateLLVMFunction()
H A DCodeGenModule.h1713 bool IsIncompleteFunction, bool IsThunk);