Searched refs:FT_Static (Results 1 – 11 of 11) 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()558 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;
61 FileType Type = ToolChain::FT_Static) const override;
131 case ToolChain::FT_Static: in getCompilerRT()
231 FileType Type = ToolChain::FT_Static) const override;370 FileType Type = ToolChain::FT_Static) const override;
352 case ToolChain::FT_Static: in getCompilerRT()
1312 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
1276 Args, Component, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static); in AddLinkRuntimeLib()
135 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator513 FileType Type = ToolChain::FT_Static) const;517 FileType Type = ToolChain::FT_Static) const;521 FileType Type = ToolChain::FT_Static) const;
658 case ToolChain::FT_Static: in buildCompilerRTBasename()