pub unsafe extern "C" fn LLVMAddSymbol(
symbolName: *const c_char,
symbolValue: *mut c_void,
)
Expand description
This functions permanently adds the symbol \p symbolName with the value \p symbolValue. These symbols are searched before any libraries.
@see sys::DynamicLibrary::AddSymbol()