LLVMContextShouldDiscardValueNames

Function LLVMContextShouldDiscardValueNames 

Source
pub unsafe extern "C" fn LLVMContextShouldDiscardValueNames(
    C: LLVMContextRef,
) -> LLVMBool
Expand description

Retrieve whether the given context is set to discard all value names.

@see LLVMContext::shouldDiscardValueNames()