Searched defs:setTarget (Results 1 – 9 of 9) sorted by relevance
135 void setTarget(const Atom *newAtom) override { _target = newAtom; } in setTarget() function
339 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget() function
652 void HeaderSearch::setTarget(const TargetInfo &Target) { in setTarget() function in HeaderSearch
329 void ModuleMap::setTarget(const TargetInfo &Target) { in setTarget() function in ModuleMap
97 void CompilerInstance::setTarget(TargetInfo *Value) { Target = Value; } in setTarget() function in CompilerInstance
781 void setTarget(const lld::Atom *a) override { _target = a; } in setTarget() function in llvm::yaml::MappingTraits::NormalizedReference
87 void setTarget(Symbol &Target) { this->Target = &Target; } in setTarget() function
86 void PerTargetMIParsingState::setTarget( in setTarget() function in PerTargetMIParsingState
2639 void setTarget(Expr *E) { Target = reinterpret_cast<Stmt *>(E); } in setTarget() function