LLVMGetMDString

Function LLVMGetMDString 

Source
pub unsafe extern "C" fn LLVMGetMDString(
    V: LLVMValueRef,
    Length: *mut c_uint,
) -> *const c_char
Expand description

Obtain the underlying string from a MDString value.

@param V Instance to obtain string from. @param Length Memory address which will hold length of returned string. @return String data in MDString.