ΒΆvoid LLVMContextSetDiscardValueNames(
LLVMContextRef C,
LLVMBool Discard)
void LLVMContextSetDiscardValueNames(
LLVMContextRef C,
LLVMBool Discard)
Description
Set whether the given context discards all value names. If true, only the names of GlobalValue objects will be available in the IR. This can be used to save memory and runtime, especially in release mode.
Declared at: llvm/include/llvm-c/Core.h:543
Parameters
- LLVMContextRef C
- LLVMBool Discard