Home
last modified time | relevance | path

Searched refs:itaniumDemangle (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp92 Undecorated = itaniumDemangle(DecoratedStr, nullptr, nullptr, &Status); in demangle()
97 Undecorated = itaniumDemangle(DecoratedStr + 6, nullptr, nullptr, &Status); in demangle()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-itanium-demangle-fuzzer/
H A Dllvm-itanium-demangle-fuzzer.cpp18 if (char *demangle = llvm::itaniumDemangle(NullTerminatedString.c_str(), nullptr, in LLVMFuzzerTestOneInput()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DDemangle.cpp25 Demangled = itaniumDemangle(MangledName.c_str(), nullptr, nullptr, nullptr); in demangle()
H A DItaniumDemangle.cpp326 char *llvm::itaniumDemangle(const char *MangledName, char *Buf, in itaniumDemangle() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DDemangle.h31 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp341 itaniumDemangle(FuncName.c_str(), nullptr, nullptr, &Status); in writeReport()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp656 char *DemangledName = itaniumDemangle(Name.c_str(), nullptr, nullptr, &status); in DemangleName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp328 char *res = itaniumDemangle(Name.data(), nullptr, nullptr, &status); in getName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DSignals.inc614 char* d = itaniumDemangle(dlinfo.dli_sname, nullptr, nullptr, &res);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp726 itaniumDemangle(Name.str().c_str(), nullptr, nullptr, &Status); in demangle()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp7028 itaniumDemangle(SymbolName + 1, nullptr, nullptr, &status); in SymbolizerSymbolLookUp()
7128 itaniumDemangle(SymbolName + 1, nullptr, nullptr, &status); in SymbolizerSymbolLookUp()