Home
last modified time | relevance | path

Searched refs:useGlobalsForAutomaticVariables (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DTargetInfo.h510 virtual bool useGlobalsForAutomaticVariables() const { return false; } in useGlobalsForAutomaticVariables() function
/external/clang/lib/CodeGen/
DCGDecl.cpp780 if (!Target.useGlobalsForAutomaticVariables()) { in EmitAutoVarAlloca()
901 if (Target.useGlobalsForAutomaticVariables()) { in EmitAutoVarAlloca()
DCGStmt.cpp749 !Target.useGlobalsForAutomaticVariables()) { in EmitReturnStmt()