Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp1808 bool IsIncompleteFunction, in SetFunctionAttributes() argument
1820 if (!IsIncompleteFunction) in SetFunctionAttributes()
1842 if (!IsIncompleteFunction && F->isDeclaration()) in SetFunctionAttributes()
3200 bool IsIncompleteFunction = false; in GetOrCreateLLVMFunction() local
3207 IsIncompleteFunction = true; in GetOrCreateLLVMFunction()
3241 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
3293 if (!IsIncompleteFunction) { in GetOrCreateLLVMFunction()
HDCodeGenModule.h1394 bool IsIncompleteFunction, bool IsThunk);