clang
15.0.0git
|
#include "clang/Driver/Driver.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Option/Option.h"
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
clang | |
clang::driver | |
clang::driver::tools | |
clang::driver::tools::systemz | |
Enumerations | |
enum | clang::driver::tools::systemz::FloatABI { clang::driver::tools::systemz::FloatABI::Soft, clang::driver::tools::systemz::FloatABI::Hard } |
Functions | |
FloatABI | clang::driver::tools::systemz::getSystemZFloatABI (const Driver &D, const llvm::opt::ArgList &Args) |
std::string | clang::driver::tools::systemz::getSystemZTargetCPU (const llvm::opt::ArgList &Args) |
void | clang::driver::tools::systemz::getSystemZTargetFeatures (const Driver &D, const llvm::opt::ArgList &Args, std::vector< llvm::StringRef > &Features) |