Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h479 unsigned HasRegParm : 1; variable
582 bool getHasRegParm() const { return HasRegParm; } in getHasRegParm()
626 ID.AddBoolean(HasRegParm); in Profile()
/external/clang/lib/CodeGen/
DCGCall.cpp750 FI->HasRegParm = info.getHasRegParm(); in create()