Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleSpec.h113 uint64_t GetObjectSize() const { return m_object_size; } in GetObjectSize() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DModuleCache.cpp235 module_spec.GetObjectSize()) in Get()
H A DPlatform.cpp1596 module_spec.GetObjectSize(), tmp_download_file_spec); in GetCachedSharedModule()
/openbsd-src/gnu/llvm/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()