Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h123 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator
467 FileType Type = ToolChain::FT_Static) const;
471 FileType Type = ToolChain::FT_Static) const;
475 FileType Type = ToolChain::FT_Static) const;
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMipsLinux.h42 FileType Type = ToolChain::FT_Static) const override;
H A DOpenBSD.h83 FileType Type = ToolChain::FT_Static) const override;
H A DBareMetal.h38 FileType Type = ToolChain::FT_Static,
H A DMipsLinux.cpp132 case ToolChain::FT_Static: in getCompilerRT()
H A DCommonArgs.cpp786 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp492 case ToolChain::FT_Static: in buildCompilerRTBasename()