Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2096 bool IsIncompleteFunction, in SetFunctionAttributes() argument
2108 if (!IsIncompleteFunction) in SetFunctionAttributes()
2131 if (!IsIncompleteFunction && F->isDeclaration()) in SetFunctionAttributes()
3574 bool IsIncompleteFunction = false; in GetOrCreateLLVMFunction() local
3581 IsIncompleteFunction = true; in GetOrCreateLLVMFunction()
3615 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
3667 if (!IsIncompleteFunction) { in GetOrCreateLLVMFunction()
H A DCodeGenModule.h1491 bool IsIncompleteFunction, bool IsThunk);