Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.cpp999 bool IsIncompleteFunction, in SetFunctionAttributes() argument
1010 if (!IsIncompleteFunction) in SetFunctionAttributes()
1779 bool IsIncompleteFunction = false; in GetOrCreateLLVMFunction() local
1786 IsIncompleteFunction = true; in GetOrCreateLLVMFunction()
1820 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
1875 if (!IsIncompleteFunction) { in GetOrCreateLLVMFunction()
DCodeGenModule.h1144 bool IsIncompleteFunction, bool IsThunk);