Home
last modified time | relevance | path

Searched defs:GetAsyncProfileData (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp290 size_t SBProcess::GetAsyncProfileData(char *dst, size_t dst_len) const { in GetAsyncProfileData() function in SBProcess
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4519 size_t Process::GetAsyncProfileData(char *buf, size_t buf_size, Status &error) { in GetAsyncProfileData() function in Process