clang
6.0.0
|
#include "Fuchsia.h"
#include "CommonArgs.h"
#include "clang/Config/config.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/Options.h"
#include "clang/Driver/SanitizerArgs.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/Path.h"
Go to the source code of this file.
Functions | |
static std::string | normalizeTriple (llvm::Triple Triple) |
Fuchsia - Fuchsia tool chain which can call as(1) and ld(1) directly. More... | |
static std::string | getTargetDir (const Driver &D, llvm::Triple Triple) |
|
static |
Definition at line 142 of file Fuchsia.cpp.
References clang::driver::Driver::Dir, normalizeTriple(), and P.
Referenced by clang::driver::toolchains::Fuchsia::AddClangCXXStdlibIncludeArgs(), and clang::driver::toolchains::Fuchsia::Fuchsia().
|
static |
Fuchsia - Fuchsia tool chain which can call as(1) and ld(1) directly.
Definition at line 134 of file Fuchsia.cpp.
References clang::T.
Referenced by clang::driver::toolchains::Fuchsia::ComputeEffectiveClangTriple(), and getTargetDir().