Home
last modified time | relevance | path

Searched refs:FT_Shared (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp133 case ToolChain::FT_Shared: in getCompilerRT()
H A DMinGW.cpp274 ToolChain::FT_Shared)); in ConstructJob()
H A DCommonArgs.cpp715 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h116 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp444 case ToolChain::FT_Shared: in buildCompilerRTBasename()