Searched defs:TargetOpts (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h70 std::shared_ptr<TargetOptions> TargetOpts; member in class:clang::CompilerInvocationBase
H A DASTUnit.h118 std::shared_ptr<TargetOptions> TargetOpts; member in class:clang::ASTUnit
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp51 const TargetOptions TargetOpts; member in class:__anon1828::PCHContainerGenerator
H A DCodeGenAction.cpp111 const TargetOptions &TargetOpts; member in class:clang::BackendConsumer
1132 const TargetOptions &TargetOpts = CI.getTargetOpts(); local
133 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, const HeaderSearchOptions &HeaderSearchOpts, const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, const TargetOptions &TargetOpts, const LangOptions &LangOpts, bool TimePasses, const std::string &InFile, SmallVector<LinkModule, 4> LinkModules, std::unique_ptr<raw_pwrite_stream> OS, LLVMContext &C, CoverageSourceInfo *CoverageInfo = nullptr) argument
158 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, const HeaderSearchOptions &HeaderSearchOpts, const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, const TargetOptions &TargetOpts, const LangOptions &LangOpts, bool TimePasses, SmallVector<LinkModule, 4> LinkModules, LLVMContext &C, CoverageSourceInfo *CoverageInfo = nullptr) argument
[all...]
H A DBackendUtil.cpp100 const clang::TargetOptions &TargetOpts; member in class:__anon1670::EmitAssemblyHelper
428 initTargetOptions(DiagnosticsEngine &Diags, llvm::TargetOptions &Options, const CodeGenOptions &CodeGenOpts, const clang::TargetOptions &TargetOpts, const LangOptions &LangOpts, const HeaderSearchOptions &HSOpts) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp60 MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri, const MCObjectFileInfo *mofi, const SourceMgr *mgr, MCTargetOptions const *TargetOpts, bool DoAutoReset) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp700 ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, DiagnosticsEngine &Diags, const TargetOptions &TargetOpts, const FrontendOptions &FrontendOpts) argument
2490 ParseLangArgs(LangOptions &Opts, ArgList &Args, InputKind IK, const TargetOptions &TargetOpts, PreprocessorOptions &PPOpts, DiagnosticsEngine &Diags) argument
[all...]
H A DASTUnit.cpp522 std::shared_ptr<TargetOptions> &TargetOpts; member in class:__anon1881::ASTInfoCollector
528 ASTInfoCollector(Preprocessor &PP, ASTContext *Context, HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, LangOptions &LangOpt, std::shared_ptr<TargetOptions> &TargetOpts, IntrusiveRefCntPtr<TargetInfo> &Target, unsigned &Counter) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1274 const TargetOptions &TargetOpts = Target.getTargetOpts(); local
[all...]
H A DASTReader.cpp374 static bool checkTargetOptions(const TargetOptions &TargetOpts, argument
444 bool PCHValidator::ReadTargetOptions(const TargetOptions &TargetOpts, argument
175 ReadTargetOptions( const TargetOptions &TargetOpts, bool Complain, bool AllowCompatibleDifferences) argument
5414 isAcceptableASTFile(StringRef Filename, FileManager &FileMgr, const PCHContainerReader &PCHContainerRdr, const LangOptions &LangOpts, const TargetOptions &TargetOpts, const PreprocessorOptions &PPOpts, StringRef ExistingModuleCachePath) argument
5773 TargetOptions TargetOpts; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h140 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h181 std::shared_ptr<TargetOptions> TargetOpts; member in class:clang::TargetInfo

Completed in 224 milliseconds