Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp135 case ToolChain::FT_Shared: in getCompilerRT()
H A DMinGW.cpp210 TC.getCompilerRTArgString(Args, "asan_dynamic", ToolChain::FT_Shared)); in ConstructJob()
308 ToolChain::FT_Shared)); in ConstructJob()
H A DCommonArgs.cpp937 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h129 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator
/openbsd/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp528 case ToolChain::FT_Shared: in buildCompilerRTBasename()