You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``demangle_llvm`` demangles a mangled name to a Type object.
51
+
``demangle_llvm`` demangles a mangled name using the LLVM demangler.
52
52
53
53
:param str mangled_name: a mangled (msvc/itanium/rust/dlang) name
54
54
:param options: (optional) Whether to simplify demangled names : None falls back to user settings, a BinaryView uses that BinaryView's settings, or a boolean to set it directly
0 commit comments