Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp171 void SBModuleSpec::SetObjectSize(uint64_t object_size) { in SetObjectSize() function in SBModuleSpec
174 m_opaque_up->SetObjectSize(object_size); in SetObjectSize()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h86 void SetObjectSize(uint64_t object_size);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp479 spec.SetObjectSize(object->file_size); in MagicBytesMatch()
496 spec.SetObjectSize(object->file_size);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h115 void SetObjectSize(uint64_t object_size) { m_object_size = object_size; } in SetObjectSize() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3885 module_spec.SetObjectSize(ival); in GetModuleInfo()
3917 result.SetObjectSize(integer); in ParseModuleSpec()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp565 spec.SetObjectSize(length); in GetModuleSpecifications()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40862 (arg1)->SetObjectSize(arg2); in _wrap_SBModuleSpec_SetObjectSize()