Home
last modified time | relevance | path

Searched refs:demangle (Results 1 – 25 of 260) sorted by relevance

1234567891011

/openbsd-src/gnu/lib/libiberty/src/testsuite/
H A DMakefile.in48 check-cplus-dem: test-demangle $(srcdir)/demangle-expected
49 ./test-demangle < $(srcdir)/demangle-expected
52 test-demangle: $(srcdir)/test-demangle.c
53 $(TEST_COMPILE) -o test-demangle \
54 $(srcdir)/test-demangle.c ../libiberty.a
61 rm -f test-demangle
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A DMakefile.am40 cp-demangle.c
108 cp-demangle.c:
110 $(LN_S) $(toplevel_srcdir)/libiberty/cp-demangle.c $@
111 cp-demangle.lo: cp-demangle.c
113 cp-demangle.o: cp-demangle.c
H A DMakefile.in74 pure.cc tinfo.cc tinfo2.cc vec.cc vterminate.cc cp-demangle.c
82 @GLIBCXX_HOSTED_TRUE@am__objects_2 = cp-demangle.lo
93 cp-demangle.c
318 @GLIBCXX_HOSTED_TRUE@ cp-demangle.c
703 cp-demangle.c:
705 $(LN_S) $(toplevel_srcdir)/libiberty/cp-demangle.c $@
706 cp-demangle.lo: cp-demangle.c
708 cp-demangle.o: cp-demangle.c
/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A DOpts.td33 defm demangle : B<"demangle", "Demangle function names", "Don't demangle function names">;
65 def : Flag<["-"], "C">, Alias<demangle>, HelpText<"Alias for --demangle">;
83 def : Flag<["-"], "demangle=true">, Alias<demangle>, HelpText<"Alias for --demangle">;
84 def : Flag<["-"], "demangle=false">, Alias<no_demangle>, HelpText<"Alias for --no-demangle">;
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A DMakefile.am114 $(LN_S) $(LIBIBERTY_SRCDIR)/cp-demangle.c $@
115 cp-demangle.h:
117 $(LN_S) $(LIBIBERTY_SRCDIR)/cp-demangle.h $@
118 cxa_demangle.lo: cxa_demangle.c cp-demangle.h
120 cxa_demangle.o: cxa_demangle.c cp-demangle.h
/openbsd-src/gnu/llvm/llvm/tools/llvm-microsoft-demangle-fuzzer/
H A DCMakeLists.txt7 add_llvm_fuzzer(llvm-microsoft-demangle-fuzzer
8 llvm-microsoft-demangle-fuzzer.cpp
/openbsd-src/gnu/llvm/llvm/tools/llvm-dlang-demangle-fuzzer/
H A DCMakeLists.txt7 add_llvm_fuzzer(llvm-dlang-demangle-fuzzer
8 llvm-dlang-demangle-fuzzer.cpp
/openbsd-src/gnu/llvm/llvm/tools/llvm-rust-demangle-fuzzer/
H A DCMakeLists.txt7 add_llvm_fuzzer(llvm-rust-demangle-fuzzer
8 llvm-rust-demangle-fuzzer.cpp
/openbsd-src/gnu/llvm/llvm/tools/llvm-itanium-demangle-fuzzer/
H A DCMakeLists.txt7 add_llvm_fuzzer(llvm-itanium-demangle-fuzzer
8 llvm-itanium-demangle-fuzzer.cpp
H A Dllvm-itanium-demangle-fuzzer.cpp18 if (char *demangle = llvm::itaniumDemangle(NullTerminatedString.c_str(), nullptr, in LLVMFuzzerTestOneInput() local
20 free(demangle); in LLVMFuzzerTestOneInput()
/openbsd-src/gnu/gcc/include/
H A DChangeLog11 * demangle.h: Change license to LGPL + exception.
36 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
101 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
118 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
194 * demangle.h: Remove uses of PARAMS.
270 * demangle.h: Do not use C++ reserved keyword typename as
296 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
299 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
301 * demangle.h (enum demangle_component_type): Define.
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DREADME.txt8 library. The main purpose of the library is to demangle C++ symbols,
17 The canonical sources are in libcxxabi/src/demangle and some of the
20 demangle symbols, but neither can depend on each other.
37 libcxxabi, then run the cp-to-llvm.sh script in src/demangle. This
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DREADME.txt8 library. The main purpose of the library is to demangle C++ symbols,
17 The canonical sources are in libcxxabi/src/demangle and some of the
20 demangle symbols, but neither can depend on each other.
37 libcxxabi, then run the cp-to-llvm.sh script in src/demangle. This
/openbsd-src/gnu/llvm/lld/COFF/
H A DSymbols.cpp33 if (ctx.config.demangle) { in maybeDemangleSymbol()
41 std::string demangled = demangle(demangleInput.str()); in maybeDemangleSymbol()
43 return prefix + demangle(demangleInput.str()); in maybeDemangleSymbol()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dgdb_history171 set print asm-demangle
172 set print demangle
214 show print asm-demangle
215 show print demangle
/openbsd-src/gnu/lib/libiberty/src/
H A DChangeLog97 * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifer
104 * testsuite/test-demangle.c (main): Recognize option --ret-postfix
105 * testsuite/demangle-expected: Test cases to verify extended encoding.
174 * testsuite/test-demangle.c: Likewise.
236 * cp-demangle.c (d_expr_primary): Don't run off the end of the
238 * testsuite/demangle-expected: Add test case.
264 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS.
267 * testsuite/demangle-expected: Add a hidden alias test.
283 * cp-demangle.c (struct d_print_template): Rename member
386 choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c,
[all …]
/openbsd-src/gnu/usr.bin/clang/llvm-config/
H A DLibraryDependencies.inc.PowerPC16 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil…
44 { "demangle", "LLVMDemangle", true, {} },
60 { "instrumentation", "LLVMInstrumentation", true, {"analysis", "core", "demangle", "mc", "support",…
94 { "profiledata", "LLVMProfileData", true, {"core", "object", "support", "demangle", "symbolize", "d…
99 { "support", "LLVMSupport", true, {"demangle"} },
100 …bolize", true, {"debuginfodwarf", "debuginfopdb", "object", "support", "demangle", "targetparser"}…
H A DLibraryDependencies.inc.Sparc16 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil…
44 { "demangle", "LLVMDemangle", true, {} },
60 { "instrumentation", "LLVMInstrumentation", true, {"analysis", "core", "demangle", "mc", "support",…
88 { "profiledata", "LLVMProfileData", true, {"core", "object", "support", "demangle", "symbolize", "d…
99 { "support", "LLVMSupport", true, {"demangle"} },
100 …bolize", true, {"debuginfodwarf", "debuginfopdb", "object", "support", "demangle", "targetparser"}…
H A DLibraryDependencies.inc.Mips16 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil…
44 { "demangle", "LLVMDemangle", true, {} },
60 { "instrumentation", "LLVMInstrumentation", true, {"analysis", "core", "demangle", "mc", "support",…
94 { "profiledata", "LLVMProfileData", true, {"core", "object", "support", "demangle", "symbolize", "d…
99 { "support", "LLVMSupport", true, {"demangle"} },
100 …bolize", true, {"debuginfodwarf", "debuginfopdb", "object", "support", "demangle", "targetparser"}…
H A DLibraryDependencies.inc.X8616 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil…
44 { "demangle", "LLVMDemangle", true, {} },
60 { "instrumentation", "LLVMInstrumentation", true, {"analysis", "core", "demangle", "mc", "support",…
88 { "profiledata", "LLVMProfileData", true, {"core", "object", "support", "demangle", "symbolize", "d…
93 { "support", "LLVMSupport", true, {"demangle"} },
94 …bolize", true, {"debuginfodwarf", "debuginfopdb", "object", "support", "demangle", "targetparser"}…
H A DLibraryDependencies.inc.RISCV16 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil…
44 { "demangle", "LLVMDemangle", true, {} },
60 { "instrumentation", "LLVMInstrumentation", true, {"analysis", "core", "demangle", "mc", "support",…
88 { "profiledata", "LLVMProfileData", true, {"core", "object", "support", "demangle", "symbolize", "d…
100 { "support", "LLVMSupport", true, {"demangle"} },
101 …bolize", true, {"debuginfodwarf", "debuginfopdb", "object", "support", "demangle", "targetparser"}…
H A DLibraryDependencies.inc.ARM16 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil…
51 { "demangle", "LLVMDemangle", true, {} },
67 { "instrumentation", "LLVMInstrumentation", true, {"analysis", "core", "demangle", "mc", "support",…
95 { "profiledata", "LLVMProfileData", true, {"core", "object", "support", "demangle", "symbolize", "d…
100 { "support", "LLVMSupport", true, {"demangle"} },
101 …bolize", true, {"debuginfodwarf", "debuginfopdb", "object", "support", "demangle", "targetparser"}…
H A DLibraryDependencies.inc.AArch6423 { "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "fil…
51 { "demangle", "LLVMDemangle", true, {} },
67 { "instrumentation", "LLVMInstrumentation", true, {"analysis", "core", "demangle", "mc", "support",…
95 { "profiledata", "LLVMProfileData", true, {"core", "object", "support", "demangle", "symbolize", "d…
100 { "support", "LLVMSupport", true, {"demangle"} },
101 …bolize", true, {"debuginfodwarf", "debuginfopdb", "object", "support", "demangle", "targetparser"}…
/openbsd-src/gnu/llvm/libcxx/utils/
H A Dsym_diff.py62 demangle=args.demangle)
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/
H A DOpts.td19 defm demangle : BB<"demangle", "Demangle C++ symbol names", "Don't demangle symbol names">;
64 def : F<"C", "Alias for --demangle">, Alias<demangle>;

1234567891011