Home
last modified time | relevance | path

Searched refs:MSVCToolChain (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp422 MSVCToolChain::MSVCToolChain(const Driver &D, const llvm::Triple &Triple, in MSVCToolChain() function in MSVCToolChain
455 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 …]
H A DMSVC.h45 class LLVM_LIBRARY_VISIBILITY MSVCToolChain : public ToolChain {
47 MSVCToolChain(const Driver &D, const llvm::Triple &Triple,
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6313 std::make_unique<toolchains::MSVCToolChain>(*this, Target, Args); in getToolChain()