Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h415 std::vector<std::string> TocDataVarsUserSpecified; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp279 llvm::binary_search(M.getCodeGenOpts().TocDataVarsUserSpecified, GVId); in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1051 llvm::sort(getCodeGenOpts().TocDataVarsUserSpecified); in ExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp648 if ((llvm::binary_search(CodeGenOpts.TocDataVarsUserSpecified, GVId))) { in checkAliasForTocData()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3750 MarshallingInfoStringVector<CodeGenOpts<"TocDataVarsUserSpecified">>;