clang
17.0.0git
lib
Driver
ToolChains
Arch
VE.h
Go to the documentation of this file.
1
//===--- VE.h - VE-specific Tool Helpers ------------------------*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#ifndef LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_ARCH_VE_H
10
#define LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_ARCH_VE_H
11
12
#include "
clang/Driver/Driver.h
"
13
#include "llvm/ADT/StringRef.h"
14
#include "llvm/Option/Option.h"
15
#include <string>
16
#include <vector>
17
18
namespace
clang
{
19
namespace
driver {
20
namespace
tools {
21
namespace
ve {
22
23
void
getVETargetFeatures
(
const
Driver
&D,
const
llvm::opt::ArgList &Args,
24
std::vector<llvm::StringRef> &Features);
25
26
}
// end namespace ve
27
}
// end namespace tools
28
}
// end namespace driver
29
}
// end namespace clang
30
31
#endif // LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_ARCH_VE_H
Driver.h
clang::driver::tools::ve::getVETargetFeatures
void getVETargetFeatures(const Driver &D, const llvm::opt::ArgList &Args, std::vector< llvm::StringRef > &Features)
clang
Definition:
CalledOnceCheck.h:17
clang::driver::Driver
Driver - Encapsulate logic for constructing compilation processes from a set of gcc-driver-like comma...
Definition:
Driver.h:76
Generated on Sat Jan 28 2023 08:32:18 for clang by
1.8.17