Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DM68k.h39 const TargetOptions &TargetOpts; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h35 const TargetOptions &TargetOpts; variable
H A DCodeGenAction.cpp117 const TargetOptions &TargetOpts, in BackendConsumer()
145 const TargetOptions &TargetOpts, in BackendConsumer()
1177 const TargetOptions &TargetOpts = CI.getTargetOpts(); in ExecuteAction() local
H A DObjectFilePCHContainerOperations.cpp52 const TargetOptions TargetOpts; member in __anon6e2187ed0111::PCHContainerGenerator
H A DBackendUtil.cpp127 const clang::TargetOptions &TargetOpts; member in __anone6c0d8fa0111::EmitAssemblyHelper
316 const clang::TargetOptions &TargetOpts, in initTargetOptions()
H A DCGHLSLRuntime.cpp163 auto &TargetOpts = CGM.getTarget().getTargetOpts(); in finishCodeGen() local
H A DCGCall.cpp2038 const TargetOptions &TargetOpts) { in overrideFunctionFeaturesWithTargetFeatures()
2069 const LangOptions &LangOpts, const TargetOptions &TargetOpts, in mergeDefaultFunctionDefinitionAttributes()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp522 std::shared_ptr<TargetOptions> &TargetOpts; member in __anon670461e70211::ASTInfoCollector
532 std::shared_ptr<TargetOptions> &TargetOpts, in ASTInfoCollector()
595 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
H A DFrontendActions.cpp618 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
H A DCompilerInvocation.cpp565 TargetOptions &TargetOpts = Invocation.getTargetOpts(); in FixupInvocation() local
4520 const TargetOptions *TargetOpts = &Opts; in GenerateTargetArgs() local
4538 TargetOptions *TargetOpts = &Opts; in ParseTargetArgs() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp68 const SourceMgr *mgr, MCTargetOptions const *TargetOpts, in MCContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp180 const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
384 static bool checkTargetOptions(const TargetOptions &TargetOpts, in checkTargetOptions()
456 bool PCHValidator::ReadTargetOptions(const TargetOptions &TargetOpts, in ReadTargetOptions()
5370 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
5694 const TargetOptions &TargetOpts, in isAcceptableASTFile()
6068 TargetOptions TargetOpts; in ParseTargetOptions() local
H A DASTWriter.cpp1475 const TargetOptions &TargetOpts = Target.getTargetOpts(); in WriteControlBlock() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h142 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h213 std::shared_ptr<TargetOptions> TargetOpts; variable