Searched refs:FT_Object (Results 1 – 6 of 6) sorted by relevance
158 ToolChain::FT_Object); in ConstructJob()160 ToolChain.getCompilerRTArgString(Args, "crtend", ToolChain::FT_Object); in ConstructJob()
181 ToolChain::FT_Object); in ConstructJob()183 ToolChain::FT_Object); in ConstructJob()
129 case ToolChain::FT_Object: in getCompilerRT()
529 ToolChain::FT_Object); in ConstructJob()675 ToolChain::FT_Object); in ConstructJob()
519 IsITANMSVCWindows || Type == ToolChain::FT_Object ? "" : "lib"; in buildCompilerRTBasename()522 case ToolChain::FT_Object: in buildCompilerRTBasename()
129 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator