Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm2734 size_t MachProcess::GetAsyncProfileData(char *buf, size_t buf_size) { global() function
/llvm-project/lldb/source/API/
H A DSBProcess.cpp289 size_t SBProcess::GetAsyncProfileData(char *dst, size_t dst_len) const { GetAsyncProfileData() function in SBProcess
/llvm-project/lldb/source/Target/
H A DProcess.cpp4502 size_t Process::GetAsyncProfileData(char *buf, size_t buf_size, Status &error) { GetAsyncProfileData() function in Process