Searched refs:IsPICLevelTwo (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DTools.cpp1934 bool IsPICLevelTwo = PIC; local
1944 IsPICLevelTwo = O.matches(options::OPT_fPIE) ||
1955 IsPICLevelTwo = PIC;
1963 IsPICLevelTwo |= getToolChain().isPICDefault();
2002 CmdArgs.push_back(IsPICLevelTwo ? "2" : "1");
2005 CmdArgs.push_back(IsPICLevelTwo ? "2" : "1");

Completed in 41 milliseconds