Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.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()
H A DMipsLinux.h42 FileType Type = ToolChain::FT_Static) const override;
H A DOpenBSD.h83 FileType Type = ToolChain::FT_Static) const override;
H A DOHOS.h61 FileType Type = ToolChain::FT_Static) const override;
H A DMipsLinux.cpp132 case ToolChain::FT_Static: in getCompilerRT()
H A DOHOS.cpp352 case ToolChain::FT_Static: in getCompilerRT()
H A DCommonArgs.cpp1318 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h130 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator
502 FileType Type = ToolChain::FT_Static) const;
506 FileType Type = ToolChain::FT_Static) const;
510 FileType Type = ToolChain::FT_Static) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp634 case ToolChain::FT_Static: in buildCompilerRTBasename()