| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | x86_64.cpp | 115 E.setTarget(GOTTarget); in optimizeGOTAndStubAccesses() 153 E.setTarget(GOTTarget); in optimizeGOTAndStubAccesses() 176 E.setTarget(GOTTarget); in optimizeGOTAndStubAccesses()
|
| H A D | ELF_riscv.cpp | 69 E.setTarget(GOTEntry); in fixGOTEdge() 75 E.setTarget(PLTStubs); in fixPLTEdge()
|
| H A D | ELF_x86_64.cpp | 53 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
|
| H A D | ELF_aarch64.cpp | 467 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | property-deprecated-warning.m | 24 …note {{property 'target' is declared deprecated here}} expected-note {{'setTarget:' has been expli… 33 - (void)setTarget:(id)target; 50 - (void)setTarget:(id)target {}; 54 [self setTarget: (id)0]; // no-warning 76 - (void)setTarget:(id)target {}; 79 …[self setTarget: (id)0]; // expected-warning {{'setTarget:' is deprecated: first deprecated in iOS…
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | x86_64.h | 579 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 614 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
|
| H A D | aarch64.h | 295 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 336 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-atomic-property.m | 69 - (void)setTarget:(id)target; 121 - (void)setTarget:(id)target;
|
| H A D | objcmt-ns-nonatomic-iosonly.m | 76 - (void)setTarget:(id)target; 128 - (void)setTarget:(id)target;
|
| H A D | objcmt-property.m | 69 - (void)setTarget:(id)target; 124 - (void)setTarget:(id)target;
|
| /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-tools-extra/clangd/ |
| H A D | QueryDriverDatabase.cpp | 257 tooling::CompileCommand &setTarget(tooling::CompileCommand &Cmd, in setTarget() function 362 setTarget(addSystemIncludes(*Cmd, Info->SystemIncludes), Info->Target); in getCompileCommand()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/ |
| H A D | MIParser.h | 159 void setTarget(const TargetSubtargetInfo &NewSubtarget);
|
| /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 | 99 void CompilerInstance::setTarget(TargetInfo *Value) { Target = Value; } in setTarget() function in CompilerInstance 104 setTarget(TargetInfo::CreateTargetInfo(getDiagnostics(), in createTarget()
|
| /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/include/clang/Lex/ |
| H A D | ModuleMap.h | 400 void setTarget(const TargetInfo &Target);
|
| H A D | HeaderSearch.h | 433 void setTarget(const TargetInfo &Target);
|
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | extract_interface.cc | 543 Clang->setTarget(target); in main()
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 375 void setTarget(TargetInfo *Value);
|
| /llvm-project-15.0.7/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 210 Ins->setTarget(TI); in BuildCompilerInstance()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 366 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 705 instance->setTarget(clang::TargetInfo::CreateTargetInfo( in Create()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 722 void HeaderSearch::setTarget(const TargetInfo &Target) { in setTarget() function in HeaderSearch 723 ModMap.setTarget(Target); in setTarget()
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | PFTBuilder.h | 551 void setTarget(bool to = true) {
|