Home
last modified time | relevance | path

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 Dllvm-rust-demangle-fuzzer.cpp17 char *Demangled = llvm::rustDemangle(NullTerminatedString.c_str(), nullptr, in LLVMFuzzerTestOneInput()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DDemangle.h61 char *rustDemangle(const char *MangledName, char *Buf, size_t *N, int *Status);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp102 Undecorated = rustDemangle(DecoratedStr, nullptr, nullptr, &Status); in demangle()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DRustDemangle.cpp25 char *llvm::rustDemangle(const char *MangledName, char *Buf, size_t *N, in rustDemangle() function in llvm