Searched refs:Flang (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Flang.cpp | 22 void Flang::AddFortranDialectOptions(const ArgList &Args, in AddFortranDialectOptions() 38 void Flang::AddPreprocessingOptions(const ArgList &Args, in AddPreprocessingOptions() 44 void Flang::AddOtherOptions(const ArgList &Args, ArgStringList &CmdArgs) const { in AddOtherOptions() 51 void Flang::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 130 Flang::Flang(const ToolChain &TC) : Tool("flang-new", "flang frontend", TC) {} in Flang() function in Flang 132 Flang::~Flang() {} in ~Flang()
|
| H A D | Flang.h | 25 class LLVM_LIBRARY_VISIBILITY Flang : public Tool { 51 Flang(const ToolChain &TC); 52 ~Flang() override;
|
| /netbsd-src/external/apache2/llvm/lib/libclangDriver/ |
| H A D | Makefile | 43 Flang.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/ |
| H A D | CMakeLists.txt | 40 # Flang depends on mlir, so place it afterward
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | CMakeLists.txt | 51 ToolChains/Flang.cpp
|
| H A D | ToolChain.cpp | 270 if (!Flang) in getFlang() 271 Flang.reset(new tools::Flang(*this)); in getFlang() 272 return Flang.get(); in getFlang()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Driver/ |
| H A D | BUILD.gn | 68 "ToolChains/Flang.cpp",
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 140 mutable std::unique_ptr<Tool> Flang; variable
|
| H A D | Options.td | 59 // FlangOption - This is considered a "core" Flang option, available in 63 // FlangOnlyOption - This option should only be used by Flang (i.e. it is not
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | LLVMDistributionSupport.cmake | 108 # file. The correct casing for the LLVM projects is Clang, Flang, LLD, LLVM,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/ |
| H A D | CMakeLists.txt | 86 message(FATAL_ERROR "Clang is not enabled, but it's required by the new Flang driver")
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2020 | 6263 to match 16 byte real/complex type generated by Flang compiler.
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 131032 COMPLEX type the kind parameters usually (at least for GNU, Intel, Flang)
|