Home
last modified time | relevance | path

Searched defs:setTarget (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DSimple.h135 void setTarget(const Atom *newAtom) override { _target = newAtom; } in setTarget() function
/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
H A DModuleMap.cpp329 void ModuleMap::setTarget(const TargetInfo &Target) { in setTarget() function in ModuleMap
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp97 void CompilerInstance::setTarget(TargetInfo *Value) { Target = Value; } in setTarget() function in CompilerInstance
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp781 void setTarget(const lld::Atom *a) override { _target = a; } in setTarget() function in llvm::yaml::MappingTraits::NormalizedReference
/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp86 void PerTargetMIParsingState::setTarget( in setTarget() function in PerTargetMIParsingState
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2639 void setTarget(Expr *E) { Target = reinterpret_cast<Stmt *>(E); } in setTarget() function