Home
last modified time | relevance | path

Searched refs:SetObjectOffset (Results 1 – 10 of 10) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp159 void SBModuleSpec::SetObjectOffset(uint64_t object_offset) { in SetObjectOffset() function in SBModuleSpec
162 m_opaque_up->SetObjectOffset(object_offset); in SetObjectOffset()
/llvm-project/lldb/test/API/python_api/module_spec/
H A DTestModuleSpec.py16 module_spec.SetObjectOffset(4096)
/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h82 void SetObjectOffset(uint64_t object_offset);
/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp481 spec.SetObjectOffset(0); in GetModuleSpecifications()
498 spec.SetObjectOffset(object_file_offset); in GetModuleSpecifications()
/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h109 void SetObjectOffset(uint64_t object_offset) { in SetObjectOffset() function
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp723 module_spec.SetObjectOffset(objfile->GetFileOffset() +
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3883 module_spec.SetObjectOffset(ival); in GetModuleInfo()
3915 result.SetObjectOffset(integer); in ParseModuleSpec()
/llvm-project/lldb/source/Target/
H A DPlatform.cpp1678 cached_module_spec.SetObjectOffset(0); in CallLocateModuleCallbackIfSet()
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp581 spec.SetObjectOffset(file_offset); in GetModuleSpecifications()
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp867 base_spec.SetObjectOffset(file_offset); in GetModuleSpecifications()