Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h366 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, setTarget() function
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp746 void HeaderSearch::setTarget(const TargetInfo &Target) { setTarget() function in HeaderSearch
H A DModuleMap.cpp372 void ModuleMap::setTarget(const TargetInfo &Target) { in setTarget() function in ModuleMap
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp104 void CompilerInstance::setTarget(TargetInfo *Value) { Target = Value; } in setTarget() function in CompilerInstance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h94 void setTarget(Symbol &Target) { this->Target = &Target; } setTarget() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp82 void PerTargetMIParsingState::setTarget( in setTarget() function in PerTargetMIParsingState