Searched refs:MSVCToolChain (Results 1 – 3 of 3) sorted by relevance
422 MSVCToolChain::MSVCToolChain(const Driver &D, const llvm::Triple &Triple, in MSVCToolChain() function in MSVCToolChain455 Tool *MSVCToolChain::buildLinker() const { in buildLinker()459 Tool *MSVCToolChain::buildAssembler() const { in buildAssembler()482 bool MSVCToolChain::isPICDefault() const { in isPICDefault()491 bool MSVCToolChain::isPICDefaultForced() const { in isPICDefaultForced()506 void MSVCToolChain::AddHIPRuntimeLibArgs(const ArgList &Args, in AddHIPRuntimeLibArgs()513 void MSVCToolChain::printVerboseInfo(raw_ostream &OS) const { in printVerboseInfo()562 bool MSVCToolChain::useUniversalCRT() const { in useUniversalCRT()628 void MSVCToolChain::AddSystemIncludeWithSubfolder( in AddSystemIncludeWithSubfolder()822 SanitizerMask MSVCToolChain::getSupportedSanitizers() const { in getSupportedSanitizers()[all …]
45 class LLVM_LIBRARY_VISIBILITY MSVCToolChain : public ToolChain {47 MSVCToolChain(const Driver &D, const llvm::Triple &Triple,
6313 std::make_unique<toolchains::MSVCToolChain>(*this, Target, Args); in getToolChain()