Home
last modified time | relevance | path

Searched refs:setTarget (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A Dx86_64.cpp115 E.setTarget(GOTTarget); in optimizeGOTAndStubAccesses()
153 E.setTarget(GOTTarget); in optimizeGOTAndStubAccesses()
176 E.setTarget(GOTTarget); in optimizeGOTAndStubAccesses()
H A DELF_riscv.cpp69 E.setTarget(GOTEntry); in fixGOTEdge()
75 E.setTarget(PLTStubs); in fixPLTEdge()
H A DELF_x86_64.cpp53 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
H A DELF_aarch64.cpp467 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty-deprecated-warning.m24 …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 Dx86_64.h579 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
614 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
H A Daarch64.h295 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 Dobjcmt-atomic-property.m69 - (void)setTarget:(id)target;
121 - (void)setTarget:(id)target;
H A Dobjcmt-ns-nonatomic-iosonly.m76 - (void)setTarget:(id)target;
128 - (void)setTarget:(id)target;
H A Dobjcmt-property.m69 - (void)setTarget:(id)target;
124 - (void)setTarget:(id)target;
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTestCompiler.h46 compiler.setTarget(clang::TargetInfo::CreateTargetInfo(
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQueryDriverDatabase.cpp257 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 DMIParser.h159 void setTarget(const TargetSubtargetInfo &NewSubtarget);
/llvm-project-15.0.7/clang/lib/Frontend/
H A DChainedIncludesSource.cpp152 Clang->setTarget(TargetInfo::CreateTargetInfo( in createChainedIncludesSource()
H A DCompilerInstance.cpp99 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 DInterpreter.cpp106 Clang->setTarget(TargetInfo::CreateTargetInfo( in CreateCI()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DModuleMap.h400 void setTarget(const TargetInfo &Target);
H A DHeaderSearch.h433 void setTarget(const TargetInfo &Target);
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dextract_interface.cc543 Clang->setTarget(target); in main()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h375 void setTarget(TargetInfo *Value);
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp210 Ins->setTarget(TI); in BuildCompilerInstance()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DDarwin.h366 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget() function
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp705 instance->setTarget(clang::TargetInfo::CreateTargetInfo( in Create()
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp722 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 DPFTBuilder.h551 void setTarget(bool to = true) {

12