Searched refs:FT_Shared (Results 1 – 7 of 7) sorted by relevance
134 case ToolChain::FT_Shared: in getCompilerRT()
215 TC.getCompilerRTArgString(Args, "asan_dynamic", ToolChain::FT_Shared)); in ConstructJob()319 ToolChain::FT_Shared)); in ConstructJob()
355 case ToolChain::FT_Shared: in getCompilerRT()
1276 Args, Component, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static); in AddLinkRuntimeLib()1316 MachOLibName += Type == ToolChain::FT_Shared ? "_dynamic.dylib" : ".a"; in getCompilerRT()1336 DarwinLibName += Type == ToolChain::FT_Shared ? "_dynamic.dylib" : ".a"; in getCompilerRT()
1312 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
135 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator
661 case ToolChain::FT_Shared: in buildCompilerRTBasename()