Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
538 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 DMipsLinux.cpp132 case ToolChain::FT_Static: in getCompilerRT()
H A DCommonArgs.cpp937 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h129 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator
479 FileType Type = ToolChain::FT_Static) const;
483 FileType Type = ToolChain::FT_Static) const;
487 FileType Type = ToolChain::FT_Static) const;
/openbsd/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp525 case ToolChain::FT_Static: in buildCompilerRTBasename()