Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2799 bool IsIncompleteFunction, in SetFunctionAttributes() argument
2811 if (!IsIncompleteFunction) in SetFunctionAttributes()
2834 if (!IsIncompleteFunction && F->isDeclaration()) in SetFunctionAttributes()
4548 bool IsIncompleteFunction = false; in GetOrCreateLLVMFunction() local
4555 IsIncompleteFunction = true; in GetOrCreateLLVMFunction()
4592 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
4644 if (!IsIncompleteFunction) { in GetOrCreateLLVMFunction()
H A DCodeGenModule.h1616 bool IsIncompleteFunction, bool IsThunk);