2731d03f03
Change-Id: I378f1ac98de3b11fa3f74161abd036702c7b479b
24 строки
463 B
Plaintext
24 строки
463 B
Plaintext
{
|
|
global:
|
|
hiprtcCompileProgram;
|
|
hiprtcCreateProgram;
|
|
hiprtcDestroyProgram;
|
|
hiprtcGetLoweredName;
|
|
hiprtcGetProgramLog;
|
|
hiprtcGetProgramLogSize;
|
|
hiprtcGetCode;
|
|
hiprtcGetCodeSize;
|
|
hiprtcGetErrorString;
|
|
hiprtcAddNameExpression;
|
|
hiprtcVersion;
|
|
hiprtcLinkCreate;
|
|
hiprtcLinkAddFile;
|
|
hiprtcLinkAddData;
|
|
hiprtcLinkComplete;
|
|
hiprtcLinkDestroy;
|
|
hiprtcGetBitcode;
|
|
hiprtcGetBitcodeSize;
|
|
local:
|
|
*;
|
|
};
|