Searched refs:GetAsyncProfileData (Results 1 – 5 of 5) sorted by relevance
70 size_t GetAsyncProfileData(char *dst, size_t dst_len) const;
292 size_t SBProcess::GetAsyncProfileData(char *dst, size_t dst_len) const { in GetAsyncProfileData() function in SBProcess299 bytes_read = process_sp->GetAsyncProfileData(dst, dst_len, error); in GetAsyncProfileData()
2182 virtual size_t GetAsyncProfileData(char *buf, size_t buf_size, Status &error);
4551 size_t Process::GetAsyncProfileData(char *buf, size_t buf_size, Status &error) { in GetAsyncProfileData() function in Process
44577 result = ((lldb::SBProcess const *)arg1)->GetAsyncProfileData(arg2,SWIG_STD_MOVE(arg3)); in _wrap_SBProcess_GetAsyncProfileData()