Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp83 llvm::StringRef RichManglingContext::processIPDStrResult(char *ipd_res, in processIPDStrResult() argument
86 if (LLVM_UNLIKELY(ipd_res == nullptr)) { in processIPDStrResult()
95 assert(ipd_res[res_size - 1] == '\0' && in processIPDStrResult()
99 if (LLVM_UNLIKELY(ipd_res != m_ipd_buf || res_size > m_ipd_buf_size)) { in processIPDStrResult()
100 m_ipd_buf = ipd_res; // std::realloc freed or reused the old buffer. in processIPDStrResult()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DRichManglingContext.h80 llvm::StringRef processIPDStrResult(char *ipd_res, size_t res_len);