Lines Matching defs:mangling
81 # identifier/type mangling we can decide which symbols could possibly be
111 # mangling, and the identifier mangling is followed by the type mangling, so
113 # function type mangling. To spot a function type we use (this is derived
132 # demangle the identifier mangling to identify symbols that can be safely
320 def get_template_name(sym, mangling):
321 # Parse the mangling into a list of (name, is_template)
323 if mangling == "microsoft":
371 "--mangling",
374 help="expected symbol mangling scheme",
399 # the mangling scheme
400 if args.mangling == "microsoft":
471 template = get_template_name(sym, args.mangling)
489 template = get_template_name(k, args.mangling)