Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.cpp777 bool IsIncompleteFunction) { in SetFunctionAttributes() argument
788 if (!IsIncompleteFunction) in SetFunctionAttributes()
1412 bool IsIncompleteFunction = false; in GetOrCreateLLVMFunction() local
1419 IsIncompleteFunction = true; in GetOrCreateLLVMFunction()
1427 SetFunctionAttributes(GD, F, IsIncompleteFunction); in GetOrCreateLLVMFunction()
1483 if (!IsIncompleteFunction) { in GetOrCreateLLVMFunction()
HDCodeGenModule.h1038 bool IsIncompleteFunction);