Searched refs:FT_Object (Results 1 – 8 of 8) sorted by relevance
158 ToolChain::FT_Object); in ConstructJob()160 ToolChain.getCompilerRTArgString(Args, "crtend", ToolChain::FT_Object); in ConstructJob()
346 Type == ToolChain::FT_Object ? "" : "lib"; in getCompilerRT()349 case ToolChain::FT_Object: in getCompilerRT()
126 case ToolChain::FT_Object: in getCompilerRT()
635 TC.getCompilerRTArgString(Args, "crtbegin", ToolChain::FT_Object); in ConstructJob()637 TC.getCompilerRTArgString(Args, "crtend", ToolChain::FT_Object); in ConstructJob()
422 ToolChain::FT_Object); in ConstructJob()573 ToolChain::FT_Object); in ConstructJob()
1349 assert(Type != ToolChain::FT_Object && in getCompilerRT()1368 assert(Type != ToolChain::FT_Object && in getCompilerRT()
135 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator
739 IsITANMSVCWindows || Type == ToolChain::FT_Object ? "" : "lib"; in buildCompilerRTBasename()742 case ToolChain::FT_Object: in buildCompilerRTBasename()