Home
last modified time | relevance | path

Searched refs:GetAsyncProfileData (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h67 size_t GetAsyncProfileData(char *dst, size_t dst_len) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp332 size_t SBProcess::GetAsyncProfileData(char *dst, size_t dst_len) const { in GetAsyncProfileData() function in SBProcess
337 bytes_read = process_sp->GetAsyncProfileData(dst, dst_len, error); in GetAsyncProfileData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2313 virtual size_t GetAsyncProfileData(char *buf, size_t buf_size, Status &error);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4450 size_t Process::GetAsyncProfileData(char *buf, size_t buf_size, Status &error) { in GetAsyncProfileData() function in Process