Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp866 bool IsIncompleteFunction, in SetFunctionAttributes() argument
878 if (!IsIncompleteFunction) in SetFunctionAttributes()
1562 bool IsIncompleteFunction = false; in GetOrCreateLLVMFunction() local
1569 IsIncompleteFunction = true; in GetOrCreateLLVMFunction()
1577 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
1639 if (!IsIncompleteFunction) { in GetOrCreateLLVMFunction()
H A DCodeGenModule.h1120 bool IsIncompleteFunction, bool IsThunk);