Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp496 FileType Type = ToolChain::FT_Static, in getCompilerRT()
498 assert(Type == ToolChain::FT_Static && "AVR only supports static libraries"); in getCompilerRT()
624 getToolChain().getCompilerRT(Args, "builtins", ToolChain::FT_Static); in ConstructJob()
H A DMipsLinux.h41 FileType Type = ToolChain::FT_Static,
H A DOpenBSD.h83 FileType Type = ToolChain::FT_Static,
H A DOHOS.h60 FileType Type = ToolChain::FT_Static,
H A DMipsLinux.cpp129 case ToolChain::FT_Static: in getCompilerRT()
H A DDarwin.h236 FileType Type = ToolChain::FT_Static,
416 FileType Type = ToolChain::FT_Static,
H A DOHOS.cpp352 case ToolChain::FT_Static: in getCompilerRT()
H A DCommonArgs.cpp1453 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
H A DDarwin.cpp1318 Args, Component, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static); in AddLinkRuntimeLib()
H A DClang.cpp9265 TC.getCompilerRT(Args, "builtins", ToolChain::FT_Static)); in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h135 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator
517 FileType Type = ToolChain::FT_Static,
535 FileType Type = ToolChain::FT_Static,
540 FileType Type = ToolChain::FT_Static) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp741 case ToolChain::FT_Static: in buildCompilerRTBasename()
873 getCompilerRTArgString(Args, "runtime", ToolChain::FT_Static, true)); in addFlangRTLibPath()