Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp234 module_spec.GetObjectSize()) in Get()
H A DPlatform.cpp1635 module_spec.GetObjectSize(), tmp_download_file_spec); in GetCachedSharedModule()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h118 uint64_t GetObjectSize() const { return m_object_size; } in GetObjectSize() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1054 const auto file_size = matched_module_spec.GetObjectSize(); in Handle_qModuleInfo()
1121 const auto file_size = matched_module_spec.GetObjectSize(); in Handle_jModulesInfo()