Searched refs:FT_Static (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AVR.cpp | 496 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 D | MipsLinux.h | 41 FileType Type = ToolChain::FT_Static,
|
| H A D | OpenBSD.h | 83 FileType Type = ToolChain::FT_Static,
|
| H A D | OHOS.h | 60 FileType Type = ToolChain::FT_Static,
|
| H A D | MipsLinux.cpp | 129 case ToolChain::FT_Static: in getCompilerRT()
|
| H A D | Darwin.h | 236 FileType Type = ToolChain::FT_Static, 416 FileType Type = ToolChain::FT_Static,
|
| H A D | OHOS.cpp | 352 case ToolChain::FT_Static: in getCompilerRT()
|
| H A D | CommonArgs.cpp | 1453 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
|
| H A D | Darwin.cpp | 1318 Args, Component, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static); in AddLinkRuntimeLib()
|
| H A D | Clang.cpp | 9265 TC.getCompilerRT(Args, "builtins", ToolChain::FT_Static)); in ConstructJob()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 135 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 D | ToolChain.cpp | 741 case ToolChain::FT_Static: in buildCompilerRTBasename() 873 getCompilerRTArgString(Args, "runtime", ToolChain::FT_Static, true)); in addFlangRTLibPath()
|