Searched defs:setTarget (Results 1 – 7 of 7) sorted by relevance
136 void setTarget(const Atom *newAtom) override { _target = newAtom; } in setTarget() function
332 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget() function
592 void HeaderSearch::setTarget(const TargetInfo &Target) { in setTarget() function in HeaderSearch
329 void ModuleMap::setTarget(const TargetInfo &Target) { in setTarget() function in ModuleMap
91 void CompilerInstance::setTarget(TargetInfo *Value) { Target = Value; } in setTarget() function in CompilerInstance
782 void setTarget(const lld::Atom *a) override { _target = a; } in setTarget() function in llvm::yaml::MappingTraits::NormalizedReference
2363 void setTarget(Expr *E) { Target = reinterpret_cast<Stmt *>(E); } in setTarget() function