Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h70 size_t GetAsyncProfileData(char *dst, size_t dst_len) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp287 size_t SBProcess::GetAsyncProfileData(char *dst, size_t dst_len) const { in GetAsyncProfileData() function in SBProcess
294 bytes_read = process_sp->GetAsyncProfileData(dst, dst_len, error); in GetAsyncProfileData()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2116 virtual size_t GetAsyncProfileData(char *buf, size_t buf_size, Status &error);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4321 size_t Process::GetAsyncProfileData(char *buf, size_t buf_size, Status &error) { in GetAsyncProfileData() function in Process
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42161 result = ((lldb::SBProcess const *)arg1)->GetAsyncProfileData(arg2,arg3); in _wrap_SBProcess_GetAsyncProfileData()