Files
rocm-systems/rocclr/compiler/lib/amdoclcl.map.in
T
foreman 7248349dd5 P4 to Git Change 1128505 by smekhano@stas-solstice-HSA on 2015/03/08 14:17:51
ECR #333753 - Part of the changes to allow use of llvm 3.6
	These changes required with llvm 3.6 but do not break compilation with llvm 3.2.

	Testing: precheckin, smoke
	Reviewed by Brian Sumner

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/amdoclcl.def.in#10 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/amdoclcl.map.in#9 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/build/Makefile.common#28 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/spir.hpp#4 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/cpu/build/Makefile.cpu#10 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/MDParser/AMDILMDTypes.h#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/build/Makefile.gpu#29 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/hsail_be.cpp#38 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/sc/HSAIL/hsail-tools/HSAILAsm/HSAILAsm.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/sc/HSAIL/hsail-tools/htdefs#6 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/jit/src/build/Makefile.src#4 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/jit/src/jit.cpp#14 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/promotions/oclutils/top.hpp#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpuprogram.cpp#63 edit
2015-03-08 14:31:29 -04:00

108 lines
2.0 KiB
Plaintext

ACL_API_0.8 {
global:
oclCompilerInit;
oclCompilerFini;
oclCompilerVersion;
oclVersionSize;
oclCompileSource;
oclCompileSourceToIR;
oclCompileIRToIL;
oclCompileILToISA;
oclCompileBinary;
oclGetCompilerLog;
oclGetArchInfo;
oclGetDeviceInfo;
oclGetTargetInfo;
oclGetArchitecture;
oclGetFamily;
oclGetChip;
readOclElfFromFile;
readOclElfFromMem;
writeOclElfToFile;
writeOclElfToMem;
createElfFromElf;
getBIFVersion;
constructOclElf;
destructOclElf;
elfInsertSection;
elfExtractSection;
elfInsertSymbol;
elfExtractSymbol;
oclirSetType;
oclirRetrieveType;
oclirLink;
oclhsaCompileSource;
oclhsaCompileBinary;
oclhsaSetType;
oclhsaRetrieveType;
oclhsaConvertType;
oclilCompileSource;
oclilCompileBinary;
oclilSetType;
oclilRetrieveType;
oclilConvertType;
oclisaDisassemble;
oclisaGetBinaryBlob;
rtGetInfo;
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;
aclInsertKernelStatistics;
aclGetDeviceBinary;
aclLoader_OnLoad;
aclLoader_OnUnload;
aclJITObjectImageCreate;
aclJITObjectImageCopy;
aclJITObjectImageDestroy;
aclJITObjectImageFinalize;
aclJITObjectImageSize;
aclJITObjectImageData;
#if defined(LEGACY_COMPLIB)
aclJITObjectImageDisassembleKernel;
#endif
aclJITObjectImageIterateSymbols;
aclJITObjectImageGetGlobalsSize;
#if defined(WITH_TARGET_HSAIL)
_aclHsaLoader;
#endif
#if defined(OPENCL_MAINLINE)
local:
*;
#endif
};