Home
last modified time | relevance | path

Searched refs:FT_Static (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDAVR.cpp421 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()
HDMipsLinux.h42 FileType Type = ToolChain::FT_Static) const override;
HDOpenBSD.h83 FileType Type = ToolChain::FT_Static) const override;
HDOHOS.h61 FileType Type = ToolChain::FT_Static) const override;
HDMipsLinux.cpp131 case ToolChain::FT_Static: in getCompilerRT()
HDDarwin.h231 FileType Type = ToolChain::FT_Static) const override;
370 FileType Type = ToolChain::FT_Static) const override;
HDOHOS.cpp352 case ToolChain::FT_Static: in getCompilerRT()
HDCommonArgs.cpp1312 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
HDDarwin.cpp1276 Args, Component, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static); in AddLinkRuntimeLib()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDToolChain.h135 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator
513 FileType Type = ToolChain::FT_Static) const;
517 FileType Type = ToolChain::FT_Static) const;
521 FileType Type = ToolChain::FT_Static) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDToolChain.cpp658 case ToolChain::FT_Static: in buildCompilerRTBasename()