clang
20.0.0git
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
q
r
s
t
u
v
w
Enumerations
_
a
b
c
f
g
i
l
m
n
o
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Examples
lib
Driver
ToolChains
SPIRVOpenMP.h
Go to the documentation of this file.
1
//===--- SPIRVOpenMP.h - SPIR-V OpenMP Tool Implementations ------*- 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_SPIRV_OPENMP_H
10
#define LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_SPIRV_OPENMP_H
11
12
#include "
SPIRV.h
"
13
#include "
clang/Driver/Tool.h
"
14
#include "
clang/Driver/ToolChain.h
"
15
16
namespace
clang::driver::toolchains
{
17
class
LLVM_LIBRARY_VISIBILITY
SPIRVOpenMPToolChain
:
public
SPIRVToolChain
{
18
public
:
19
SPIRVOpenMPToolChain
(
const
Driver
&
D
,
const
llvm::Triple &Triple,
20
const
ToolChain
&HostTC,
const
llvm::opt::ArgList &Args);
21
22
void
addClangTargetOptions(
23
const
llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args,
24
Action::OffloadKind
DeviceOffloadingKind)
const override
;
25
26
const
ToolChain
&
HostTC
;
27
};
28
}
// namespace clang::driver::toolchains
29
#endif
D
const Decl * D
Definition:
CheckExprLifetime.cpp:211
SPIRV.h
ToolChain.h
Tool.h
clang::driver::Action::OffloadKind
OffloadKind
Definition:
Action.h:87
clang::driver::Driver
Driver - Encapsulate logic for constructing compilation processes from a set of gcc-driver-like comma...
Definition:
Driver.h:77
clang::driver::ToolChain
ToolChain - Access to tools for a single platform.
Definition:
ToolChain.h:92
clang::driver::toolchains::SPIRVOpenMPToolChain
Definition:
SPIRVOpenMP.h:17
clang::driver::toolchains::SPIRVOpenMPToolChain::HostTC
const ToolChain & HostTC
Definition:
SPIRVOpenMP.h:26
clang::driver::toolchains::SPIRVToolChain
Definition:
SPIRV.h:71
clang::driver::toolchains
Definition:
AIX.h:55
Generated on Sat Mar 15 2025 05:50:08 for clang by
1.9.6