Home
last modified time | relevance | path

Searched defs:TargetOpts (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DM68k.h40 const TargetOptions &TargetOpts; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h35 const TargetOptions &TargetOpts; variable
H A DCodeGenAction.cpp116 const TargetOptions &TargetOpts, const LangOptions &LangOpts, in BackendConsumer()
141 const TargetOptions &TargetOpts, const LangOptions &LangOpts, in BackendConsumer()
1168 const TargetOptions &TargetOpts = CI.getTargetOpts(); in ExecuteAction() local
H A DBackendUtil.cpp138 const clang::TargetOptions &TargetOpts; member in __anon3496e3440111::EmitAssemblyHelper
327 const clang::TargetOptions &TargetOpts, in initTargetOptions()
H A DCGHLSLRuntime.cpp166 auto &TargetOpts = CGM.getTarget().getTargetOpts(); in finishCodeGen() local
H A DCGCall.cpp2020 const TargetOptions &TargetOpts) { in overrideFunctionFeaturesWithTargetFeatures()
2051 const LangOptions &LangOpts, const TargetOptions &TargetOpts, in mergeDefaultFunctionDefinitionAttributes()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp165 static int PrintEnabledExtensions(const TargetOptions& TargetOpts) { in PrintEnabledExtensions()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h80 std::shared_ptr<TargetOptions> TargetOpts; variable
H A DASTUnit.h118 std::shared_ptr<TargetOptions> TargetOpts; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp523 std::shared_ptr<TargetOptions> &TargetOpts; member in __anone37b80710211::ASTInfoCollector
533 std::shared_ptr<TargetOptions> &TargetOpts, in ASTInfoCollector()
606 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
H A DCompilerInvocation.cpp576 TargetOptions &TargetOpts = Invocation.getTargetOpts(); in FixupInvocation() local
4727 const TargetOptions *TargetOpts = &Opts; in GenerateTargetArgs() local
4745 TargetOptions *TargetOpts = &Opts; in ParseTargetArgs() local
H A DFrontendActions.cpp648 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp69 const SourceMgr *mgr, MCTargetOptions const *TargetOpts, in MCContext()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp185 const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
389 static bool checkTargetOptions(const TargetOptions &TargetOpts, in checkTargetOptions()
461 bool PCHValidator::ReadTargetOptions(const TargetOptions &TargetOpts, in ReadTargetOptions()
5375 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
5700 const TargetOptions &TargetOpts, in isAcceptableASTFile()
6074 TargetOptions TargetOpts; in ParseTargetOptions() local
H A DASTWriter.cpp1588 const TargetOptions &TargetOpts = Target.getTargetOpts(); in WriteControlBlock() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h142 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h219 std::shared_ptr<TargetOptions> TargetOpts; variable