| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 48 auto &TargetOpts = CGM.getTarget().getTargetOpts(); in finishCodeGen() local
|
| H A D | CodeGenAction.cpp | 113 const TargetOptions &TargetOpts; member in clang::BackendConsumer 153 const TargetOptions &TargetOpts, in BackendConsumer() 179 const TargetOptions &TargetOpts, in BackendConsumer() 1168 const TargetOptions &TargetOpts = CI.getTargetOpts(); in ExecuteAction() local
|
| H A D | ObjectFilePCHContainerOperations.cpp | 52 const TargetOptions TargetOpts; member in __anon8fee51a70111::PCHContainerGenerator
|
| H A D | BackendUtil.cpp | 112 const clang::TargetOptions &TargetOpts; member in __anond17872740111::EmitAssemblyHelper 331 const clang::TargetOptions &TargetOpts, in initTargetOptions()
|
| /llvm-project-15.0.7/clang-tools-extra/modularize/ |
| H A D | ModularizeUtilities.h | 207 std::shared_ptr<clang::TargetOptions> TargetOpts; variable
|
| /llvm-project-15.0.7/clang/unittests/Lex/ |
| H A D | PPConditionalDirectiveRecordTest.cpp | 48 std::shared_ptr<TargetOptions> TargetOpts; member in __anon1245fdf00111::PPConditionalDirectiveRecordTest
|
| H A D | PPMemoryAllocationsTest.cpp | 43 std::shared_ptr<TargetOptions> TargetOpts; member in __anon161746100111::PPMemoryAllocationsTest
|
| H A D | HeaderSearchTest.cpp | 81 std::shared_ptr<TargetOptions> TargetOpts; member in clang::__anonafc1b91d0111::HeaderSearchTest
|
| H A D | LexerTest.cpp | 113 std::shared_ptr<TargetOptions> TargetOpts; member in __anon134ba2be0111::LexerTest
|
| H A D | PPCallbacksTest.cpp | 149 std::shared_ptr<TargetOptions> TargetOpts; member in __anonec3cc9fe0111::PPCallbacksTest
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 83 std::shared_ptr<TargetOptions> TargetOpts; variable
|
| H A D | ASTUnit.h | 118 std::shared_ptr<TargetOptions> TargetOpts; variable
|
| /llvm-project-15.0.7/clang/unittests/Analysis/ |
| H A D | MacroExpansionContextTest.cpp | 53 std::shared_ptr<TargetOptions> TargetOpts; member in clang::analysis::__anon13cf8a650111::MacroExpansionContextTest
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | QueryDriverDatabase.cpp | 68 std::shared_ptr<TargetOptions> TargetOpts(new TargetOptions); in isValidTarget() local
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | SourceManagerTest.cpp | 50 std::shared_ptr<TargetOptions> TargetOpts; member in __anon0851c1e30111::SourceManagerTest
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 523 std::shared_ptr<TargetOptions> &TargetOpts; member in __anon6243dda10211::ASTInfoCollector 532 std::shared_ptr<TargetOptions> &TargetOpts, in ASTInfoCollector() 563 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
|
| H A D | FrontendActions.cpp | 672 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
|
| H A D | CompilerInvocation.cpp | 465 TargetOptions &TargetOpts = Invocation.getTargetOpts(); in FixupInvocation() local 4371 const TargetOptions *TargetOpts = &Opts; in GenerateTargetArgs() local 4395 TargetOptions *TargetOpts = &Opts; in ParseTargetArgs() local
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 192 std::shared_ptr<TargetOptions> TargetOpts; variable 1230 TargetOptions &TargetOpts) const {} in adjustTargetOptions()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCContext.cpp | 75 const SourceMgr *mgr, MCTargetOptions const *TargetOpts, in MCContext()
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 141 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 179 const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() 377 static bool checkTargetOptions(const TargetOptions &TargetOpts, in checkTargetOptions() 449 bool PCHValidator::ReadTargetOptions(const TargetOptions &TargetOpts, in ReadTargetOptions() 5187 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() 5483 const TargetOptions &TargetOpts, in isAcceptableASTFile() 5841 TargetOptions TargetOpts; in ParseTargetOptions() local
|
| H A D | ASTWriter.cpp | 1364 const TargetOptions &TargetOpts = Target.getTargetOpts(); in WriteControlBlock() local
|