| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/ |
| H A D | Reference.h | 90 virtual void setTarget(const Atom *) = 0;
|
| H A D | Simple.h | 136 void setTarget(const Atom *newAtom) override { _target = newAtom; } in setTarget() function
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | ShimPass.cpp | 97 const_cast<Reference *>(ref)->setTarget(shim); in updateBranchToUseShim()
|
| H A D | TLVPass.cpp | 93 const_cast<Reference*>(ref)->setTarget(tlvpEntry); in perform()
|
| H A D | GOTPass.cpp | 118 const_cast<Reference *>(ref)->setTarget(gotEntry); in perform()
|
| H A D | StubsPass.cpp | 319 const_cast<Reference *>(ref)->setTarget(stub); in perform()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 151 Clang->setTarget(TargetInfo::CreateTargetInfo( in createChainedIncludesSource()
|
| H A D | PrecompiledPreamble.cpp | 288 Clang->setTarget(TargetInfo::CreateTargetInfo( in Build()
|
| H A D | ASTUnit.cpp | 1117 Clang->setTarget(TargetInfo::CreateTargetInfo( in Parse() 1548 Clang->setTarget(TargetInfo::CreateTargetInfo( in LoadFromCompilerInvocationAction() 2170 Clang->setTarget(TargetInfo::CreateTargetInfo( in CodeComplete()
|
| H A D | CompilerInstance.cpp | 91 void CompilerInstance::setTarget(TargetInfo *Value) { Target = Value; } in setTarget() function in CompilerInstance 909 setTarget(TargetInfo::CreateTargetInfo(getDiagnostics(), in ExecuteAction()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 397 void setTarget(const TargetInfo &Target);
|
| H A D | HeaderSearch.h | 362 void setTarget(const TargetInfo &Target);
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 371 void setTarget(TargetInfo *Value);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 332 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget() function
|
| H A D | Darwin.cpp | 1728 setTarget(Platform, Environment, Major, Minor, Micro); in AddDeploymentTarget()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/Core/ |
| H A D | Resolver.cpp | 313 const_cast<Reference *>(ref)->setTarget(newTarget); in updateReferences()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 640 instance->setTarget(clang::TargetInfo::CreateTargetInfo( in Create()
|
| H A D | ClangExpressionParser.cpp | 360 m_compiler->setTarget(target_info); in ClangExpressionParser()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 592 void HeaderSearch::setTarget(const TargetInfo &Target) { in setTarget() function in HeaderSearch 593 ModMap.setTarget(Target); in setTarget()
|
| H A D | Preprocessor.cpp | 201 HeaderInfo.setTarget(Target); in Initialize()
|
| H A D | ModuleMap.cpp | 329 void ModuleMap::setTarget(const TargetInfo &Target) { in setTarget() function in ModuleMap
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Stmt.h | 2346 setTarget(target); in IndirectGotoStmt() 2363 void setTarget(Expr *E) { Target = reinterpret_cast<Stmt *>(E); } in setTarget() function
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 782 void setTarget(const lld::Atom *a) override { _target = a; } in setTarget() function in llvm::yaml::MappingTraits::NormalizedReference
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 316 S->setTarget(Record.readSubExpr()); in VisitIndirectGotoStmt()
|