OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Flang
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Flang.h
1
//===---
Flang
.h -
Flang
Tool and ToolChain Implementations ====-*- C++ -*-===//
24
///
Flang
compiler tool.
25
class LLVM_LIBRARY_VISIBILITY
Flang
: public Tool {
51
Flang
(const ToolChain &TC);
52
~
Flang
() override;
Flang.cpp
1
//===--
Flang
.cpp -
Flang
+LLVM ToolChain Implementations --------*- C++ -*-===//
10
#include "
Flang
.h"
22
void
Flang
::AddFortranDialectOptions(const ArgList &Args,
38
void
Flang
::AddPreprocessingOptions(const ArgList &Args,
44
void
Flang
::AddOtherOptions(const ArgList &Args, ArgStringList &CmdArgs) const {
51
void
Flang
::ConstructJob(Compilation &C, const JobAction &JA,
92
assert(false && "Unexpected action class for
Flang
tool.");
122
// TODO: Replace
flang
-new with
flang
once the new driver replaces th
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h
140
mutable std::unique_ptr<Tool>
Flang
;
Completed in 15 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026