Home
last modified time | relevance | path

Searched refs:SetObjectSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h120 void SetObjectSize(uint64_t object_size) { m_object_size = object_size; } in SetObjectSize() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp489 spec.SetObjectSize(file_size - object_file_offset); in GetModuleSpecifications()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3691 module_spec.SetObjectSize(ival); in GetModuleInfo()
3723 result.SetObjectSize(integer); in ParseModuleSpec()