pub unsafe extern "C" fn LLVMGetSyncScopeID(
C: LLVMContextRef,
Name: *const c_char,
SLen: size_t,
)
Expand description
Maps a synchronization scope name to a ID unique within this context.
pub unsafe extern "C" fn LLVMGetSyncScopeID(
C: LLVMContextRef,
Name: *const c_char,
SLen: size_t,
)
Maps a synchronization scope name to a ID unique within this context.