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

/external/clang/lib/Driver/
H A DTools.cpp2132 bool IsPICLevelTwo = PIC; local
2156 IsPICLevelTwo = O.matches(options::OPT_fPIE) ||
2169 IsPICLevelTwo |= getToolChain().isPICDefault();
2208 CmdArgs.push_back(IsPICLevelTwo ? "2" : "1");
2211 CmdArgs.push_back(IsPICLevelTwo ? "2" : "1");

Completed in 153 milliseconds