| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_x86_64.cpp | 86 E.setTarget(GOTEntry); in fixGOTEdge() 110 E.setTarget(Stub); in fixPLTEdge() 179 E.setTarget(GOTTarget); in optimizeELF_x86_64_GOTAndStubs() 212 E.setTarget(GOTTarget); in optimizeELF_x86_64_GOTAndStubs()
|
| H A D | MachO_x86_64.cpp | 452 E.setTarget(GOTEntry); in fixGOTEdge() 473 E.setTarget(Stub); in fixPLTEdge() 527 E.setTarget(GOTTarget); in optimizeMachO_x86_64_GOTAndStubs() 559 E.setTarget(GOTTarget); in optimizeMachO_x86_64_GOTAndStubs()
|
| H A D | MachO_arm64.cpp | 430 E.setTarget(GOTEntry); in fixGOTEdge() 432 E.setTarget(GOTEntry); in fixGOTEdge() 454 E.setTarget(Stub); in fixPLTEdge()
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/ |
| H A D | Reference.h | 89 virtual void setTarget(const Atom *) = 0;
|
| H A D | Simple.h | 135 void setTarget(const Atom *newAtom) override { _target = newAtom; } in setTarget() function
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | ShimPass.cpp | 96 const_cast<Reference *>(ref)->setTarget(shim); in updateBranchToUseShim()
|
| H A D | TLVPass.cpp | 92 const_cast<Reference*>(ref)->setTarget(tlvpEntry); in perform()
|
| H A D | GOTPass.cpp | 117 const_cast<Reference *>(ref)->setTarget(gotEntry); in perform()
|
| H A D | StubsPass.cpp | 317 const_cast<Reference *>(ref)->setTarget(stub); in perform()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/ |
| H A D | MIParser.h | 159 void setTarget(const TargetSubtargetInfo &NewSubtarget);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 106 Clang->setTarget(TargetInfo::CreateTargetInfo( in CreateCI()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 400 void setTarget(const TargetInfo &Target);
|
| H A D | HeaderSearch.h | 375 void setTarget(const TargetInfo &Target);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 374 void setTarget(TargetInfo *Value);
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/Core/ |
| H A D | Resolver.cpp | 312 const_cast<Reference *>(ref)->setTarget(newTarget); in updateReferences()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 339 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget() function
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 701 instance->setTarget(clang::TargetInfo::CreateTargetInfo( in Create()
|
| H A D | ClangExpressionParser.cpp | 522 m_compiler->setTarget(target_info); in ClangExpressionParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 439 Target->setTarget(MF.getSubtarget()); in initializeMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 87 void setTarget(Symbol &Target) { this->Target = &Target; } in setTarget() function
|