Function llvm_sys::orc::LLVMOrcGetMangledSymbol
source · [−]pub unsafe extern "C" fn LLVMOrcGetMangledSymbol(
JITStack: LLVMOrcJITStackRef,
MangledSymbol: *mut *mut c_char,
Symbol: *const c_char
)
Expand description
Mangle the given symbol.
Memory is allocated for the mangled symbol, which will be owned by the client.