Home
last modified time | relevance | path

Searched refs:GetObjectSize (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp165 uint64_t SBModuleSpec::GetObjectSize() { in GetObjectSize() function in SBModuleSpec
168 return m_opaque_up->GetObjectSize(); in GetObjectSize()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h84 uint64_t GetObjectSize();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h113 uint64_t GetObjectSize() const { return m_object_size; } in GetObjectSize() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp235 module_spec.GetObjectSize()) in Get()
H A DPlatform.cpp1705 module_spec.GetObjectSize(), tmp_download_file_spec); in GetCachedSharedModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1116 const auto file_size = matched_module_spec.GetObjectSize(); in Handle_qModuleInfo()
1184 const auto file_size = matched_module_spec.GetObjectSize(); in Handle_jModulesInfo()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40836 result = (uint64_t)(arg1)->GetObjectSize(); in _wrap_SBModuleSpec_GetObjectSize()