Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h66 size_t GetAsyncProfileData(char *dst, size_t dst_len) const;
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i95 GetAsyncProfileData(char *dst, size_t dst_len) const;
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h215 size_t GetAsyncProfileData(char *buf, size_t buf_size);
H A DMachProcess.mm2651 size_t MachProcess::GetAsyncProfileData(char *buf, size_t buf_size) { function
/openbsd/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp286 size_t SBProcess::GetAsyncProfileData(char *dst, size_t dst_len) const { in GetAsyncProfileData() function in SBProcess
293 bytes_read = process_sp->GetAsyncProfileData(dst, dst_len, error); in GetAsyncProfileData()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2023 virtual size_t GetAsyncProfileData(char *buf, size_t buf_size, Status &error);
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp1674 return procSP->GetAsyncProfileData(buf, buf_size); in DNBProcessGetAvailableProfileData()
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4276 size_t Process::GetAsyncProfileData(char *buf, size_t buf_size, Status &error) { in GetAsyncProfileData() function in Process