Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp86 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 DMachO_x86_64.cpp452 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 DMachO_arm64.cpp430 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 DReference.h89 virtual void setTarget(const Atom *) = 0;
H A DSimple.h135 void setTarget(const Atom *newAtom) override { _target = newAtom; } in setTarget() function
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DShimPass.cpp96 const_cast<Reference *>(ref)->setTarget(shim); in updateBranchToUseShim()
H A DTLVPass.cpp92 const_cast<Reference*>(ref)->setTarget(tlvpEntry); in perform()
H A DGOTPass.cpp117 const_cast<Reference *>(ref)->setTarget(gotEntry); in perform()
H A DStubsPass.cpp317 const_cast<Reference *>(ref)->setTarget(stub); in perform()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h159 void setTarget(const TargetSubtargetInfo &NewSubtarget);
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp106 Clang->setTarget(TargetInfo::CreateTargetInfo( in CreateCI()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp152 Clang->setTarget(TargetInfo::CreateTargetInfo( in createChainedIncludesSource()
H A DCompilerInstance.cpp97 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 DModuleMap.h400 void setTarget(const TargetInfo &Target);
H A DHeaderSearch.h375 void setTarget(const TargetInfo &Target);
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h374 void setTarget(TargetInfo *Value);
/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DResolver.cpp312 const_cast<Reference *>(ref)->setTarget(newTarget); in updateReferences()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h339 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp652 void HeaderSearch::setTarget(const TargetInfo &Target) { in setTarget() function in HeaderSearch
653 ModMap.setTarget(Target); in setTarget()
H A DPreprocessor.cpp207 HeaderInfo.setTarget(Target); in Initialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp701 instance->setTarget(clang::TargetInfo::CreateTargetInfo( in Create()
H A DClangExpressionParser.cpp522 m_compiler->setTarget(target_info); in ClangExpressionParser()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp439 Target->setTarget(MF.getSubtarget()); in initializeMachineFunction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2622 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 DJITLink.h87 void setTarget(Symbol &Target) { this->Target = &Target; } in setTarget() function

12