LLVMGetAsString

Function LLVMGetAsString 

Source
pub unsafe extern "C" fn LLVMGetAsString(
    c: LLVMValueRef,
    Length: *mut usize,
) -> *const c_char
Expand description

Get the given constant data sequential as a string.

@see ConstantDataSequential::getAsString()