File: common_clang.map

package info (click to toggle)
opencl-clang-15 15.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 204 kB
  • sloc: cpp: 1,001; makefile: 18; ansic: 5
file content (13 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
global:
 extern "C" {
   CheckCompileOptions;
   CheckLinkOptions;
   Compile;
   Link;
   GetKernelArgInfo;
   PCM_OPENCL_C_H*;
   PCM_OPENCL_C_BASE_H*;
 };
local: *;
};