Searched refs:ipd_res (Results 1 – 2 of 2) sorted by relevance
83 llvm::StringRef RichManglingContext::processIPDStrResult(char *ipd_res, in processIPDStrResult() argument86 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()
80 llvm::StringRef processIPDStrResult(char *ipd_res, size_t res_len);