Home
last modified time | relevance | path

Searched refs:getFunctionParameters (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h108 char *getFunctionParameters(char *Buf, size_t *N) const;
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp504 char *ItaniumPartialDemangler::getFunctionParameters(char *Buf, in getFunctionParameters() function in ItaniumPartialDemangler