| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 78 std::shared_ptr<TargetOptions> TargetOpts; variable
|
| H A D | ASTUnit.h | 118 std::shared_ptr<TargetOptions> TargetOpts; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 109 const TargetOptions &TargetOpts; member in clang::BackendConsumer 137 const TargetOptions &TargetOpts, in BackendConsumer() 162 const TargetOptions &TargetOpts, in BackendConsumer() 1068 const TargetOptions &TargetOpts = CI.getTargetOpts(); in ExecuteAction() local
|
| H A D | ObjectFilePCHContainerOperations.cpp | 51 const TargetOptions TargetOpts; member in __anon026200ab0111::PCHContainerGenerator
|
| H A D | BackendUtil.cpp | 106 const clang::TargetOptions &TargetOpts; member in __anon701d26f80111::EmitAssemblyHelper 480 const clang::TargetOptions &TargetOpts, in initTargetOptions()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 523 std::shared_ptr<TargetOptions> &TargetOpts; member in __anon013d40a50211::ASTInfoCollector 532 std::shared_ptr<TargetOptions> &TargetOpts, in ASTInfoCollector() 563 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
|
| H A D | FrontendActions.cpp | 585 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
|
| H A D | CompilerInvocation.cpp | 449 TargetOptions &TargetOpts = Invocation.getTargetOpts(); in FixupInvocation() local 4301 const TargetOptions *TargetOpts = &Opts; in GenerateTargetArgs() local 4322 TargetOptions *TargetOpts = &Opts; in ParseTargetArgs() local
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 189 std::shared_ptr<TargetOptions> TargetOpts; variable 1169 TargetOptions &TargetOpts) const {} in adjustTargetOptions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 69 const SourceMgr *mgr, MCTargetOptions const *TargetOpts, in MCContext()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 177 const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() 375 static bool checkTargetOptions(const TargetOptions &TargetOpts, in checkTargetOptions() 447 bool PCHValidator::ReadTargetOptions(const TargetOptions &TargetOpts, in ReadTargetOptions() 5151 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() 5444 const TargetOptions &TargetOpts, in isAcceptableASTFile() 5803 TargetOptions TargetOpts; in ParseTargetOptions() local
|
| H A D | ASTWriter.cpp | 1273 const TargetOptions &TargetOpts = Target.getTargetOpts(); in WriteControlBlock() local
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 142 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
|