Lines Matching refs:PICLevel
3415 unsigned PICLevel; in AddAssemblerKPIC() local
3417 std::tie(RelocationModel, PICLevel, IsPIE) = in AddAssemblerKPIC()
3654 unsigned PICLevel; in ConstructJob() local
3656 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
3664 if (PICLevel > 0) { in ConstructJob()
3666 CmdArgs.push_back(PICLevel == 1 ? "1" : "2"); in ConstructJob()
3669 CmdArgs.push_back(PICLevel == 1 ? "1" : "2"); in ConstructJob()
5979 unsigned PICLevel; in ConstructJob() local
5981 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
8327 unsigned PICLevel; in ConstructJob() local
8329 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()