| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | extract_interface.cc | 324 return TargetInfo::CreateTargetInfo(Diags, TO); in create_target_info() 334 return TargetInfo::CreateTargetInfo(Diags, &TO); in create_target_info() 344 return TargetInfo::CreateTargetInfo(Diags, TO); in create_target_info()
|
| /llvm-project-15.0.7/clang/unittests/Lex/ |
| H A D | PPMemoryAllocationsTest.cpp | 34 Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts); in PPMemoryAllocationsTest()
|
| H A D | PPConditionalDirectiveRecordTest.cpp | 39 Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts); in PPConditionalDirectiveRecordTest()
|
| H A D | HeaderSearchTest.cpp | 37 Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts); in HeaderSearchTest()
|
| H A D | PPCallbacksTest.cpp | 139 Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts); in PPCallbacksTest()
|
| H A D | LexerTest.cpp | 48 Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts); in LexerTest()
|
| /llvm-project-15.0.7/clang/unittests/CodeGen/ |
| H A D | TestCompiler.h | 46 compiler.setTarget(clang::TargetInfo::CreateTargetInfo(
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 152 Clang->setTarget(TargetInfo::CreateTargetInfo( in createChainedIncludesSource()
|
| H A D | CompilerInstance.cpp | 104 setTarget(TargetInfo::CreateTargetInfo(getDiagnostics(), in createTarget() 122 setAuxTarget(TargetInfo::CreateTargetInfo(getDiagnostics(), TO)); in createTarget()
|
| H A D | ASTUnit.cpp | 571 TargetInfo::CreateTargetInfo(PP.getDiagnostics(), this->TargetOpts); in ReadTargetOptions()
|
| /llvm-project-15.0.7/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 106 Clang->setTarget(TargetInfo::CreateTargetInfo( in CreateCI()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | QueryDriverDatabase.cpp | 73 TargetInfo::CreateTargetInfo(Diags, TargetOpts); in isValidTarget()
|
| /llvm-project-15.0.7/clang/unittests/Analysis/ |
| H A D | MacroExpansionContextTest.cpp | 42 Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts); in MacroExpansionContextTest()
|
| /llvm-project-15.0.7/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 208 TargetInfo *TI = TargetInfo::CreateTargetInfo( in BuildCompilerInstance()
|
| /llvm-project-15.0.7/clang-tools-extra/modularize/ |
| H A D | ModularizeUtilities.cpp | 56 Target(TargetInfo::CreateTargetInfo(*Diagnostics, TargetOpts)), in ModularizeUtilities()
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | SourceManagerTest.cpp | 41 Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts); in SourceManagerTest()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 705 instance->setTarget(clang::TargetInfo::CreateTargetInfo( in Create()
|
| H A D | ClangExpressionParser.cpp | 512 auto target_info = TargetInfo::CreateTargetInfo( in ClangExpressionParser()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 260 CreateTargetInfo(DiagnosticsEngine &Diags,
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Targets.cpp | 682 TargetInfo::CreateTargetInfo(DiagnosticsEngine &Diags, in CreateTargetInfo() function in TargetInfo
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 781 m_target_info_up.reset(TargetInfo::CreateTargetInfo( in getTargetInfo()
|