LLVM::DLLStorageClass
Inherits Enum < Comparable < Value < Object
Constants
Default = 0
DLLImport = 1
Function to be imported from DLL.
DLLExport = 2
Function to be accessible from DLL.
Inherits Enum < Comparable < Value < Object
Function to be imported from DLL.
Function to be accessible from DLL.