Searched refs:rustDemangle (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rust-demangle-fuzzer/ |
H A D | llvm-rust-demangle-fuzzer.cpp | 17 char *Demangled = llvm::rustDemangle(NullTerminatedString.c_str(), nullptr, in LLVMFuzzerTestOneInput()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | Demangle.h | 61 char *rustDemangle(const char *MangledName, char *Buf, size_t *N, int *Status);
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/ |
H A D | llvm-cxxfilt.cpp | 102 Undecorated = rustDemangle(DecoratedStr, nullptr, nullptr, &Status); in demangle()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 25 char *llvm::rustDemangle(const char *MangledName, char *Buf, size_t *N, in rustDemangle() function in llvm
|