Searched defs:setTarget (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h342 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, function in class:clang::driver::toolchains::Darwin
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h85 void setTarget(Symbol &Target) { this->Target = &Target; } function in class:llvm::jitlink::Edge
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp86 void PerTargetMIParsingState::setTarget( function in class:PerTargetMIParsingState
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp97 void CompilerInstance::setTarget(TargetInfo *Value) { Target = Value; } function in class:CompilerInstance
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp626 void HeaderSearch::setTarget(const TargetInfo &Target) { function in class:HeaderSearch
H A DModuleMap.cpp328 void ModuleMap::setTarget(const TargetInfo &Target) { function in class:ModuleMap
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2559 void setTarget(Expr *E) { Target = reinterpret_cast<Stmt *>(E); } function in class:clang::IndirectGotoStmt

Completed in 135 milliseconds