2014-07-04 16:17:05 -04:00
|
|
|
ACL_API_0.8 {
|
|
|
|
|
global:
|
|
|
|
|
aclCompilerInit;
|
|
|
|
|
aclCompilerFini;
|
|
|
|
|
aclCompilerVersion;
|
|
|
|
|
aclVersionSize;
|
|
|
|
|
aclGetErrorString;
|
|
|
|
|
aclGetArchInfo;
|
|
|
|
|
aclGetFamilyInfo;
|
|
|
|
|
aclGetDeviceInfo;
|
|
|
|
|
aclGetAsicInfo;
|
|
|
|
|
aclGetTargetInfo;
|
|
|
|
|
aclGetArchitecture;
|
|
|
|
|
aclGetFamily;
|
|
|
|
|
aclGetChip;
|
|
|
|
|
aclGetAsic;
|
|
|
|
|
aclBinaryInit;
|
|
|
|
|
aclBinaryFini;
|
|
|
|
|
aclReadFromFile;
|
|
|
|
|
aclReadFromMem;
|
|
|
|
|
aclWriteToFile;
|
|
|
|
|
aclWriteToMem;
|
|
|
|
|
aclCreateFromBinary;
|
|
|
|
|
aclBinaryVersion;
|
|
|
|
|
aclInsertSection;
|
|
|
|
|
aclRemoveSection;
|
|
|
|
|
aclExtractSection;
|
|
|
|
|
aclInsertSymbol;
|
|
|
|
|
aclRemoveSymbol;
|
|
|
|
|
aclExtractSymbol;
|
|
|
|
|
aclQueryInfo;
|
|
|
|
|
aclDbgAddArgument;
|
|
|
|
|
aclDbgRemoveArgument;
|
|
|
|
|
aclCompile;
|
|
|
|
|
aclLink;
|
|
|
|
|
aclGetCompilerLog;
|
|
|
|
|
aclRetrieveType;
|
|
|
|
|
aclSetType;
|
|
|
|
|
aclConvertType;
|
|
|
|
|
aclDisassemble;
|
2015-01-05 10:06:36 -05:00
|
|
|
aclInsertKernelStatistics;
|
2014-07-04 16:17:05 -04:00
|
|
|
aclGetDeviceBinary;
|
|
|
|
|
aclLoader_OnLoad;
|
|
|
|
|
aclLoader_OnUnload;
|
|
|
|
|
aclJITObjectImageCreate;
|
|
|
|
|
aclJITObjectImageCopy;
|
|
|
|
|
aclJITObjectImageDestroy;
|
|
|
|
|
aclJITObjectImageFinalize;
|
|
|
|
|
aclJITObjectImageSize;
|
|
|
|
|
aclJITObjectImageData;
|
2015-03-08 14:31:29 -04:00
|
|
|
#if defined(LEGACY_COMPLIB)
|
2014-07-04 16:17:05 -04:00
|
|
|
aclJITObjectImageDisassembleKernel;
|
2015-03-08 14:31:29 -04:00
|
|
|
#endif
|
2014-07-04 16:17:05 -04:00
|
|
|
aclJITObjectImageIterateSymbols;
|
|
|
|
|
aclJITObjectImageGetGlobalsSize;
|
|
|
|
|
local:
|
|
|
|
|
*;
|
|
|
|
|
};
|