Searched refs:GetAsyncProfileData (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 66 size_t GetAsyncProfileData(char *dst, size_t dst_len) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 300 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 D | SBProcess.i | 95 GetAsyncProfileData(char *dst, size_t dst_len) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Process.h | 2022 virtual size_t GetAsyncProfileData(char *buf, size_t buf_size, Status &error);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 4238 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 D | LLDBWrapLua.cpp | 38921 result = ((lldb::SBProcess const *)arg1)->GetAsyncProfileData(arg2,arg3); in _wrap_SBProcess_GetAsyncProfileData()
|