Searched refs:FT_Static (Results 1 – 7 of 7) sorted by relevance
421 FileType Type = ToolChain::FT_Static) const { in getCompilerRT()422 assert(Type == ToolChain::FT_Static && "AVR only supports static libraries"); in getCompilerRT()538 getToolChain().getCompilerRT(Args, "builtins", ToolChain::FT_Static); in ConstructJob()
42 FileType Type = ToolChain::FT_Static) const override;
83 FileType Type = ToolChain::FT_Static) const override;
132 case ToolChain::FT_Static: in getCompilerRT()
937 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
129 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator479 FileType Type = ToolChain::FT_Static) const;483 FileType Type = ToolChain::FT_Static) const;487 FileType Type = ToolChain::FT_Static) const;
525 case ToolChain::FT_Static: in buildCompilerRTBasename()