Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMipsLinux.h42 FileType Type = ToolChain::FT_Static) const override;
H A DOHOS.h61 FileType Type = ToolChain::FT_Static) const override;
H A DMipsLinux.cpp131 case ToolChain::FT_Static: in getCompilerRT()
H A DDarwin.h231 FileType Type = ToolChain::FT_Static) const override;
370 FileType Type = ToolChain::FT_Static) const override;
H A DOHOS.cpp352 case ToolChain::FT_Static: in getCompilerRT()
H A DCommonArgs.cpp1312 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
H A DDarwin.cpp1276 Args, Component, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static); in AddLinkRuntimeLib()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.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/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp658 case ToolChain::FT_Static: in buildCompilerRTBasename()