Searched refs:FT_Object (Results 1 – 5 of 5) sorted by relevance
174 ToolChain::FT_Object); in ConstructJob()176 ToolChain::FT_Object); in ConstructJob()
127 case ToolChain::FT_Object: in getCompilerRT()
531 ToolChain::FT_Object); in ConstructJob()652 ToolChain::FT_Object); in ConstructJob()
435 IsITANMSVCWindows || Type == ToolChain::FT_Object ? "" : "lib"; in buildCompilerRTBasename()438 case ToolChain::FT_Object: in buildCompilerRTBasename()
116 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator