[][src]Function llvm_sys::orc::LLVMOrcGetMangledSymbol

pub unsafe extern "C" fn LLVMOrcGetMangledSymbol(
    JITStack: LLVMOrcJITStackRef,
    MangledSymbol: *mut *mut c_char,
    Symbol: *const c_char
)

Mangle the given symbol.

Memory is allocated for the mangled symbol, which will be owned by the client.