Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h271 bool getCanBeFlattened() const { in getCanBeFlattened() function
/external/clang/lib/CodeGen/
DCGCall.cpp1163 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1342 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
1954 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
3222 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()