clang
8.0.0
|
#include "BareMetal.h"
#include "CommonArgs.h"
#include "InputInfo.h"
#include "Gnu.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/Options.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/VirtualFileSystem.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
static bool | isARMBareMetal (const llvm::Triple &Triple) |
Is the triple {arm,thumb}-none-none-{eabi,eabihf} ? More... | |
|
static |
Is the triple {arm,thumb}-none-none-{eabi,eabihf} ?
Definition at line 42 of file BareMetal.cpp.
Referenced by clang::driver::toolchains::BareMetal::handlesTarget().