Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2066 bool IsIncompleteFunction, in SetFunctionAttributes() argument
2078 if (!IsIncompleteFunction) in SetFunctionAttributes()
2101 if (!IsIncompleteFunction && F->isDeclaration()) in SetFunctionAttributes()
3544 bool IsIncompleteFunction = false; in GetOrCreateLLVMFunction() local
3551 IsIncompleteFunction = true; in GetOrCreateLLVMFunction()
3585 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
3637 if (!IsIncompleteFunction) { in GetOrCreateLLVMFunction()
H A DCodeGenModule.h1491 bool IsIncompleteFunction, bool IsThunk);