Searched refs:FT_Shared (Results 1 – 7 of 7) sorted by relevance
132 case ToolChain::FT_Shared: in getCompilerRT()
230 TC.getCompilerRTArgString(Args, "asan_dynamic", ToolChain::FT_Shared)); in ConstructJob()333 ToolChain::FT_Shared)); in ConstructJob()
355 case ToolChain::FT_Shared: in getCompilerRT()
1318 Args, Component, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static); in AddLinkRuntimeLib()1358 MachOLibName += Type == ToolChain::FT_Shared ? "_dynamic.dylib" : ".a"; in getCompilerRT()1378 DarwinLibName += Type == ToolChain::FT_Shared ? "_dynamic.dylib" : ".a"; in getCompilerRT()
1453 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
135 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator
744 case ToolChain::FT_Shared: in buildCompilerRTBasename()