Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h116 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator
434 FileType Type = ToolChain::FT_Static) const;
438 FileType Type = ToolChain::FT_Static) const;
442 FileType Type = ToolChain::FT_Static) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMipsLinux.h42 FileType Type = ToolChain::FT_Static) const override;
H A DOpenBSD.h81 FileType Type = ToolChain::FT_Static) const override;
H A DBareMetal.h38 FileType Type = ToolChain::FT_Static,
H A DMipsLinux.cpp130 case ToolChain::FT_Static: in getCompilerRT()
H A DCommonArgs.cpp715 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp441 case ToolChain::FT_Static: in buildCompilerRTBasename()