Home
last modified time | relevance | path

Searched refs:Flang (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFlang.cpp22 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 DFlang.h25 class LLVM_LIBRARY_VISIBILITY Flang : public Tool {
51 Flang(const ToolChain &TC);
52 ~Flang() override;
/netbsd-src/external/apache2/llvm/lib/libclangDriver/
H A DMakefile43 Flang.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/tools/
H A DCMakeLists.txt40 # Flang depends on mlir, so place it afterward
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DCMakeLists.txt51 ToolChains/Flang.cpp
H A DToolChain.cpp270 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 DBUILD.gn68 "ToolChains/Flang.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h140 mutable std::unique_ptr<Tool> Flang; variable
H A DOptions.td59 // 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 DLLVMDistributionSupport.cmake108 # file. The correct casing for the LLVM projects is Clang, Flang, LLD, LLVM,
/netbsd-src/external/apache2/llvm/dist/llvm/
H A DCMakeLists.txt86 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 DChangeLog-20206263 to match 16 byte real/complex type generated by Flang compiler.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git131032 COMPLEX type the kind parameters usually (at least for GNU, Intel, Flang)