Searched refs:TocDataVarsUserSpecified (Results 1 – 5 of 5) sorted by relevance
446 std::vector<std::string> TocDataVarsUserSpecified; variable
283 llvm::binary_search(M.getCodeGenOpts().TocDataVarsUserSpecified, GVId); in setTargetAttributes()
1045 llvm::sort(getCodeGenOpts().TocDataVarsUserSpecified); in ExecuteAction()
756 if ((llvm::binary_search(CodeGenOpts.TocDataVarsUserSpecified, GVId))) { in checkAliasForTocData()
3951 MarshallingInfoStringVector<CodeGenOpts<"TocDataVarsUserSpecified">>;