Lines Matching defs:PICLevel
1951 unsigned PICLevel;
1953 std::tie(RelocationModel, PICLevel, IsPIE) =
5555 unsigned PICLevel;
5557 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(TC, Args);
5566 if (!PICLevel)
5600 if (PICLevel > 0) {
5602 CmdArgs.push_back(PICLevel == 1 ? "1" : "2");
5950 (PICLevel == 0))
5952 } else if (PICLevel == 0 && Triple.isLoongArch()) {
8626 unsigned PICLevel;
8628 std::tie(RelocationModel, PICLevel, IsPIE) =