Searched refs:TocDataVarsUserSpecified (Results 1 – 5 of 5) sorted by relevance
415 std::vector<std::string> TocDataVarsUserSpecified; variable
279 llvm::binary_search(M.getCodeGenOpts().TocDataVarsUserSpecified, GVId); in setTargetAttributes()
1051 llvm::sort(getCodeGenOpts().TocDataVarsUserSpecified); in ExecuteAction()
648 if ((llvm::binary_search(CodeGenOpts.TocDataVarsUserSpecified, GVId))) { in checkAliasForTocData()
3750 MarshallingInfoStringVector<CodeGenOpts<"TocDataVarsUserSpecified">>;