Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp2284 bool IsIncompleteFunction, in SetFunctionAttributes() argument
2296 if (!IsIncompleteFunction) in SetFunctionAttributes()
2319 if (!IsIncompleteFunction && F->isDeclaration()) in SetFunctionAttributes()
3928 bool IsIncompleteFunction = false; in GetOrCreateLLVMFunction() local
3935 IsIncompleteFunction = true; in GetOrCreateLLVMFunction()
3969 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
4021 if (!IsIncompleteFunction) { in GetOrCreateLLVMFunction()
H A DCodeGenModule.h1561 bool IsIncompleteFunction, bool IsThunk);