Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h66 size_t GetAsyncProfileData(char *dst, size_t dst_len) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp300 size_t SBProcess::GetAsyncProfileData(char *dst, size_t dst_len) const { in GetAsyncProfileData() function in SBProcess
301 LLDB_RECORD_CHAR_PTR_METHOD_CONST(size_t, SBProcess, GetAsyncProfileData, in GetAsyncProfileData()
308 bytes_read = process_sp->GetAsyncProfileData(dst, dst_len, error); in GetAsyncProfileData()
1472 LLDB_REGISTER_CHAR_PTR_METHOD_CONST(size_t, SBProcess, GetAsyncProfileData); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i95 GetAsyncProfileData(char *dst, size_t dst_len) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2022 virtual size_t GetAsyncProfileData(char *buf, size_t buf_size, Status &error);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4238 size_t Process::GetAsyncProfileData(char *buf, size_t buf_size, Status &error) { in GetAsyncProfileData() function in Process
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp38921 result = ((lldb::SBProcess const *)arg1)->GetAsyncProfileData(arg2,arg3); in _wrap_SBProcess_GetAsyncProfileData()