Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Target/
H A DModuleCacheTest.cpp90 module_spec.SetObjectSize(module_size); in TryGetAndPut()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp632 spec.SetObjectSize(object->file_size); in GetModuleSpecifications()
649 spec.SetObjectSize(file_size - object_file_offset); in GetModuleSpecifications()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleSpec.h115 void SetObjectSize(uint64_t object_size) { m_object_size = object_size; } in SetObjectSize() function
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp654 module_spec.SetObjectSize(objfile->GetByteSize()); in AddModulesUsingImageInfos()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3809 module_spec.SetObjectSize(ival); in GetModuleInfo()
3841 result.SetObjectSize(integer); in ParseModuleSpec()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp884 base_spec.SetObjectSize(length); in GetModuleSpecifications()