| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | Operation.cpp | 25 m_source->setTarget(m_target); in setSource() 32 void LoadOperation::setTarget(DataTarget * target) in setTarget() function in LoadOperation 42 m_source->setTarget(m_target); in setTarget()
|
| H A D | Operation.h | 40 void setTarget(DataTarget * target); 67 inline void setTarget(DataTarget * target) { m_target = target; } in setTarget() function
|
| H A D | DataSource.h | 143 inline void setTarget(DataTarget * target) { m_target = target; } in setTarget() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachO_x86_64.cpp | 447 E.setTarget(GOTEntry); in fixGOTEdge() 468 E.setTarget(Stub); in fixPLTEdge() 522 E.setTarget(GOTTarget); in optimizeMachO_x86_64_GOTAndStubs() 555 E.setTarget(GOTTarget); in optimizeMachO_x86_64_GOTAndStubs()
|
| H A D | ELF_x86_64.cpp | 85 E.setTarget(GOTEntry); in fixGOTEdge() 109 E.setTarget(Stub); in fixPLTEdge() 186 E.setTarget(GOTTarget); in optimizeELF_x86_64_GOTAndStubs() 219 E.setTarget(GOTTarget); in optimizeELF_x86_64_GOTAndStubs()
|
| H A D | MachO_arm64.cpp | 431 E.setTarget(GOTEntry); in fixGOTEdge() 433 E.setTarget(GOTEntry); in fixGOTEdge() 455 E.setTarget(Stub); in fixPLTEdge()
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
| H A D | elftosb_parser.y | 418 stmt->setTarget($4); 568 stmt->setTarget($2); 603 stmt->setTarget($3);
|
| H A D | ConversionController.cpp | 697 op->setTarget(createTargetFromNode(statement->getTarget())); in convertLoadStatement() 730 op->setTarget(createTargetFromNode(statement->getTarget())); in convertCallStatement()
|
| H A D | elftosb_parser.tab.cpp | 1846 stmt->setTarget((yyvsp[0].m_ast)); 2025 stmt->setTarget((yyvsp[-1].m_ast)); 2062 stmt->setTarget((yyvsp[-1].m_ast));
|
| H A D | ElftosbAST.h | 942 inline void setTarget(ASTNode * target) { m_target = target; } in setTarget() function 988 inline void setTarget(ASTNode * target) { m_target = target; } in setTarget() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/ |
| H A D | MIParser.h | 157 void setTarget(const TargetSubtargetInfo &NewSubtarget);
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/ |
| H A D | Hello.m | 69 [okButton setTarget: self];
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 106 Clang->setTarget(TargetInfo::CreateTargetInfo( in CreateCI()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 152 Clang->setTarget(TargetInfo::CreateTargetInfo( in createChainedIncludesSource()
|
| H A D | CompilerInstance.cpp | 97 void CompilerInstance::setTarget(TargetInfo *Value) { Target = Value; } in setTarget() function in CompilerInstance 102 setTarget(TargetInfo::CreateTargetInfo(getDiagnostics(), in createTarget()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 400 void setTarget(const TargetInfo &Target);
|
| H A D | HeaderSearch.h | 364 void setTarget(const TargetInfo &Target);
|
| /netbsd-src/external/mit/isl/dist/interface/ |
| H A D | extract_interface.cc | 547 Clang->setTarget(target); in main()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 374 void setTarget(TargetInfo *Value);
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 210 Ins->setTarget(TI); in BuildCompilerInstance()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 339 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 652 void HeaderSearch::setTarget(const TargetInfo &Target) { in setTarget() function in HeaderSearch 653 ModMap.setTarget(Target); in setTarget()
|
| H A D | Preprocessor.cpp | 207 HeaderInfo.setTarget(Target); in Initialize()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 432 Target->setTarget(MF.getSubtarget()); in initializeMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Stmt.h | 2622 setTarget(target); in IndirectGotoStmt() 2639 void setTarget(Expr *E) { Target = reinterpret_cast<Stmt *>(E); } in setTarget() function
|