Searched defs:GetAsyncProfileData (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBProcess.cpp | 287 size_t SBProcess::GetAsyncProfileData(char *dst, size_t dst_len) const { GetAsyncProfileData() function in SBProcess |
/freebsd-src/contrib/llvm-project/lldb/source/Target/ | ||
H A D | Process.cpp | 4321 size_t Process::GetAsyncProfileData(char *buf, size_t buf_size, Status &error) { GetAsyncProfileData() function in Process |