Lines Matching defs:PICLevel
1997 unsigned PICLevel;
1999 std::tie(RelocationModel, PICLevel, IsPIE) =
5740 unsigned PICLevel;
5742 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(TC, Args);
5751 if (!PICLevel)
5785 if (PICLevel > 0) {
5787 CmdArgs.push_back(PICLevel == 1 ? "1" : "2");
6136 (PICLevel == 0))
6138 } else if (PICLevel == 0 && Triple.isLoongArch()) {
8806 unsigned PICLevel;
8808 std::tie(RelocationModel, PICLevel, IsPIE) =