Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSaveCoreOptions.cpp117 uint64_t SBSaveCoreOptions::GetCurrentSizeInBytes(SBError &error) { in GetCurrentSizeInBytes() function in SBSaveCoreOptions
120 m_opaque_up->GetCurrentSizeInBytes(); in GetCurrentSizeInBytes()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSaveCoreOptionsDocstrings.i69 ) lldb::SBSaveCoreOptions::GetCurrentSizeInBytes;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSaveCoreOptions.h133 uint64_t GetCurrentSizeInBytes(SBError &error);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h52 llvm::Expected<uint64_t> GetCurrentSizeInBytes();
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp158 llvm::Expected<uint64_t> SaveCoreOptions::GetCurrentSizeInBytes() { in GetCurrentSizeInBytes() function in SaveCoreOptions
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18344 result = (uint64_t)(arg1)->GetCurrentSizeInBytes(*arg2); in _wrap_SBSaveCoreOptions_GetCurrentSizeInBytes()