Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp608 spec.SetObjectSize(object->file_size); in GetModuleSpecifications()
625 spec.SetObjectSize(file_size - object_file_offset); in GetModuleSpecifications()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleSpec.h115 void SetObjectSize(uint64_t object_size) { m_object_size = object_size; } in SetObjectSize() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp673 module_spec.SetObjectSize(objfile->GetByteSize()); in AddModulesUsingImageInfos()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3815 module_spec.SetObjectSize(ival); in GetModuleInfo()
3847 result.SetObjectSize(integer); in ParseModuleSpec()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp890 base_spec.SetObjectSize(length); in GetModuleSpecifications()