Searched refs:SignScope (Results 1 – 1 of 1) sorted by relevance
1288 StringRef SignScope = A->getValue(); in ParseCodeGenArgs() local1290 if (SignScope.equals_lower("none")) in ParseCodeGenArgs()1292 else if (SignScope.equals_lower("all")) in ParseCodeGenArgs()1294 else if (SignScope.equals_lower("non-leaf")) in ParseCodeGenArgs()1299 << A->getAsString(Args) << SignScope; in ParseCodeGenArgs()1303 if (!SignScope.empty() && !SignKey.empty()) { in ParseCodeGenArgs()