/llvm-project/clang/lib/Basic/Targets/ |
H A D | M68k.h | 40 const TargetOptions &TargetOpts; variable
|
/llvm-project/clang/unittests/Lex/ |
H A D | PPConditionalDirectiveRecordTest.cpp | 48 std::shared_ptr<TargetOptions> TargetOpts; member in __anon1124a3130111::PPConditionalDirectiveRecordTest
|
H A D | PPMemoryAllocationsTest.cpp | 43 std::shared_ptr<TargetOptions> TargetOpts; member in __anonefa13fd30111::PPMemoryAllocationsTest
|
H A D | PPDependencyDirectivesTest.cpp | 47 std::shared_ptr<TargetOptions> TargetOpts; member in __anon330921520111::PPDependencyDirectivesTest
|
H A D | ModuleDeclStateTest.cpp | 101 std::shared_ptr<TargetOptions> TargetOpts; member in __anon82d11c200111::ModuleDeclStateTest
|
H A D | HeaderSearchTest.cpp | 90 std::shared_ptr<TargetOptions> TargetOpts; global() member in clang::__anondf3878400111::HeaderSearchTest
|
H A D | LexerTest.cpp | 110 std::shared_ptr<TargetOptions> TargetOpts; member in __anonaa1c73410111::LexerTest
|
H A D | PPCallbacksTest.cpp | 152 std::shared_ptr<TargetOptions> TargetOpts; member in __anon1476b0c10111::PPCallbacksTest
|
/llvm-project/clang-tools-extra/modularize/ |
H A D | ModularizeUtilities.h | 207 std::shared_ptr<clang::TargetOptions> TargetOpts; variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | BackendConsumer.h | 35 const TargetOptions &TargetOpts; global() variable
|
H A D | CodeGenAction.cpp | 116 BackendConsumer(BackendAction Action,DiagnosticsEngine & Diags,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,const HeaderSearchOptions & HeaderSearchOpts,const PreprocessorOptions & PPOpts,const CodeGenOptions & CodeGenOpts,const TargetOptions & TargetOpts,const LangOptions & LangOpts,const std::string & InFile,SmallVector<LinkModule,4> LinkModules,std::unique_ptr<raw_pwrite_stream> OS,LLVMContext & C,CoverageSourceInfo * CoverageInfo) BackendConsumer() argument 141 BackendConsumer(BackendAction Action,DiagnosticsEngine & Diags,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,const HeaderSearchOptions & HeaderSearchOpts,const PreprocessorOptions & PPOpts,const CodeGenOptions & CodeGenOpts,const TargetOptions & TargetOpts,const LangOptions & LangOpts,llvm::Module * Module,SmallVector<LinkModule,4> LinkModules,LLVMContext & C,CoverageSourceInfo * CoverageInfo) BackendConsumer() argument 1168 const TargetOptions &TargetOpts = CI.getTargetOpts(); ExecuteAction() local [all...] |
H A D | ObjectFilePCHContainerOperations.cpp |
|
H A D | BackendUtil.cpp | 138 const clang::TargetOptions &TargetOpts; global() member in __anon684942f70111::EmitAssemblyHelper 327 initTargetOptions(DiagnosticsEngine & Diags,llvm::TargetOptions & Options,const CodeGenOptions & CodeGenOpts,const clang::TargetOptions & TargetOpts,const LangOptions & LangOpts,const HeaderSearchOptions & HSOpts) initTargetOptions() argument
|
H A D | CGHLSLRuntime.cpp | 166 auto &TargetOpts = CGM.getTarget().getTargetOpts(); finishCodeGen() local
|
/llvm-project/clang/tools/driver/ |
H A D | cc1_main.cpp | 165 PrintEnabledExtensions(const TargetOptions & TargetOpts) PrintEnabledExtensions() argument
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 80 std::shared_ptr<TargetOptions> TargetOpts; variable
|
H A D | ASTUnit.h | 118 std::shared_ptr<TargetOptions> TargetOpts; variable
|
/llvm-project/clang/unittests/Analysis/ |
H A D | MacroExpansionContextTest.cpp | 53 std::shared_ptr<TargetOptions> TargetOpts; member in clang::analysis::__anonb76c8ac80111::MacroExpansionContextTest
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Preamble.h | 104 std::shared_ptr<TargetOptions> TargetOpts = nullptr; global() member
|
H A D | SystemIncludeExtractor.cpp | 254 std::shared_ptr<TargetOptions> TargetOpts(new TargetOptions); in isValidTarget() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 523 std::shared_ptr<TargetOptions> &TargetOpts; member in __anone893c5040211::ASTInfoCollector 533 std::shared_ptr<TargetOptions> &TargetOpts, in ASTInfoCollector() argument 606 ReadTargetOptions(const TargetOptions & TargetOpts,bool Complain,bool AllowCompatibleDifferences) ReadTargetOptions() argument
|
H A D | FrontendActions.cpp | 648 ReadTargetOptions(const TargetOptions & TargetOpts,bool Complain,bool AllowCompatibleDifferences) ReadTargetOptions() argument
|
H A D | CompilerInvocation.cpp | 576 TargetOptions &TargetOpts = Invocation.getTargetOpts(); FixupInvocation() local 4686 const TargetOptions *TargetOpts = &Opts; GenerateTargetArgs() local 4704 TargetOptions *TargetOpts = &Opts; ParseTargetArgs() local [all...] |
/llvm-project/clang/unittests/Basic/ |
H A D | SourceManagerTest.cpp | 57 std::shared_ptr<TargetOptions> TargetOpts; global() member in __anonf4d752260111::SourceManagerTest
|
/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 69 MCContext(const Triple & TheTriple,const MCAsmInfo * mai,const MCRegisterInfo * mri,const MCSubtargetInfo * msti,const SourceMgr * mgr,MCTargetOptions const * TargetOpts,bool DoAutoReset,StringRef Swift5ReflSegmentName) MCContext() argument
|