Home
last modified time | relevance | path

Searched refs:SignScope (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1288 StringRef SignScope = A->getValue(); in ParseCodeGenArgs() local
1290 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()