pub unsafe extern "C" fn LLVMGetBasicBlockName(
BB: *mut LLVMBasicBlock,
) -> *const i8
Expand description
Get the string name of a basic block.
pub unsafe extern "C" fn LLVMGetBasicBlockName(
BB: *mut LLVMBasicBlock,
) -> *const i8
Get the string name of a basic block.