Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp174 ToolChain::FT_Object); in ConstructJob()
176 ToolChain::FT_Object); in ConstructJob()
H A DMipsLinux.cpp127 case ToolChain::FT_Object: in getCompilerRT()
H A DGnu.cpp531 ToolChain::FT_Object); in ConstructJob()
652 ToolChain::FT_Object); in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp435 IsITANMSVCWindows || Type == ToolChain::FT_Object ? "" : "lib"; in buildCompilerRTBasename()
438 case ToolChain::FT_Object: in buildCompilerRTBasename()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h116 enum FileType { FT_Object, FT_Static, FT_Shared }; enumerator