clang  19.0.0git
SPIR.h
Go to the documentation of this file.
1 //===---- SPIR.h - Declare SPIR and SPIR-V target interfaces ----*- 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 #pragma once
10 
11 namespace clang {
12 namespace targets {
13 
14 // Used by both the SPIR and SPIR-V targets. Code of the generic address space
15 // for the target
16 constexpr unsigned SPIR_GENERIC_AS = 4u;
17 
18 } // namespace targets
19 } // namespace clang
constexpr unsigned SPIR_GENERIC_AS
Definition: SPIR.h:16
The JSON file list parser is used to communicate input to InstallAPI.