/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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() 1066 const TargetOptions &TargetOpts = CI.getTargetOpts(); in ExecuteAction() local
|
H A D | ObjectFilePCHContainerOperations.cpp | 51 const TargetOptions TargetOpts; member in __anon115c17220111::PCHContainerGenerator
|
H A D | BackendUtil.cpp | 105 const clang::TargetOptions &TargetOpts; member in __anoncdf3490f0111::EmitAssemblyHelper 471 const clang::TargetOptions &TargetOpts, in initTargetOptions()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 523 std::shared_ptr<TargetOptions> &TargetOpts; member in __anonc715c21c0211::ASTInfoCollector 532 std::shared_ptr<TargetOptions> &TargetOpts, in ASTInfoCollector() 563 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
|
H A D | FrontendActions.cpp | 563 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
|
H A D | CompilerInvocation.cpp | 449 TargetOptions &TargetOpts = Invocation.getTargetOpts(); in FixupInvocation() local 4303 const TargetOptions *TargetOpts = &Opts; in GenerateTargetArgs() local 4324 TargetOptions *TargetOpts = &Opts; in ParseTargetArgs() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 189 std::shared_ptr<TargetOptions> TargetOpts; variable 1163 TargetOptions &TargetOpts) const {} in adjustTargetOptions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCContext.cpp | 67 const SourceMgr *mgr, MCTargetOptions const *TargetOpts, in MCContext()
|
/netbsd-src/external/apache2/llvm/dist/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() 5135 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() 5428 const TargetOptions &TargetOpts, in isAcceptableASTFile() 5787 TargetOptions TargetOpts; in ParseTargetOptions() local
|
H A D | ASTWriter.cpp | 1273 const TargetOptions &TargetOpts = Target.getTargetOpts(); in WriteControlBlock() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 142 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
|