Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
HDToolChain.h113 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator
392 FileType Type = ToolChain::FT_Static) const;
396 FileType Type = ToolChain::FT_Static) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDMipsLinux.h42 FileType Type = ToolChain::FT_Static) const override;
HDMipsLinux.cpp130 case ToolChain::FT_Static: in getCompilerRT()
HDCommonArgs.cpp554 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDToolChain.cpp404 case ToolChain::FT_Static: in getCompilerRT()