Home
last modified time | relevance | path

Searched refs:Demangled (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DDemangle.cpp23 char *Demangled; in demangle() local
25 Demangled = itaniumDemangle(MangledName.c_str(), nullptr, nullptr, nullptr); in demangle()
27 Demangled = microsoftDemangle(MangledName.c_str(), nullptr, nullptr, in demangle()
30 if (!Demangled) in demangle()
33 std::string Ret = Demangled; in demangle()
34 std::free(Demangled); in demangle()
H A DRustDemangle.cpp56 char *Demangled = D.Output.getBuffer(); in rustDemangle() local
61 std::memcpy(Buf, Demangled, DemangledLen); in rustDemangle()
62 std::free(Demangled); in rustDemangle()
63 Demangled = Buf; in rustDemangle()
75 return Demangled; in rustDemangle()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rust-demangle-fuzzer/
H A Dllvm-rust-demangle-fuzzer.cpp17 char *Demangled = llvm::rustDemangle(NullTerminatedString.c_str(), nullptr, in LLVMFuzzerTestOneInput() local
19 std::free(Demangled); in LLVMFuzzerTestOneInput()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp340 char *Demangled = in writeReport() local
342 if (Demangled && Status == 0) { in writeReport()
343 OS << Demangled; in writeReport()
347 if (Demangled) in writeReport()
348 std::free(Demangled); in writeReport()
/netbsd-src/external/gpl3/binutils/dist/binutils/po/
H A Dhr.po7532 msgid "Demangled name is not a function\n"
H A Did.po6111 msgid "Demangled name is not a function\n"
H A Dtr.po5315 msgid "Demangled name is not a function\n"
H A Dda.po6896 msgid "Demangled name is not a function\n"
H A Dzh_CN.po8928 msgid "Demangled name is not a function\n"
H A Dsk.po5909 msgid "Demangled name is not a function\n"
H A Dbinutils.pot13438 msgid "Demangled name is not a function\n"
H A Dit.po7925 msgid "Demangled name is not a function\n"
H A Dzh_TW.po11510 msgid "Demangled name is not a function\n"
H A Dfi.po9165 msgid "Demangled name is not a function\n"
/netbsd-src/external/gpl3/binutils.old/dist/binutils/po/
H A Dhr.po7532 msgid "Demangled name is not a function\n"
H A Dtr.po5315 msgid "Demangled name is not a function\n"
H A Did.po6111 msgid "Demangled name is not a function\n"
H A Dsk.po5909 msgid "Demangled name is not a function\n"
H A Dzh_CN.po8928 msgid "Demangled name is not a function\n"
H A Dda.po6896 msgid "Demangled name is not a function\n"
H A Dbinutils.pot12765 msgid "Demangled name is not a function\n"
H A Dzh_TW.po11510 msgid "Demangled name is not a function\n"
H A Dit.po7925 msgid "Demangled name is not a function\n"
H A Dbg.po12503 msgid "Demangled name is not a function\n"
H A Dru.po11702 msgid "Demangled name is not a function\n"

123