Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h82 void SetObjectOffset(uint64_t object_offset);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp478 spec.SetObjectOffset(0); in MagicBytesMatch()
495 spec.SetObjectOffset(object_file_offset);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h109 void SetObjectOffset(uint64_t object_offset) { in SetObjectOffset() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3881 module_spec.SetObjectOffset(ival); in GetModuleInfo()
3913 result.SetObjectOffset(integer); in ParseModuleSpec()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1668 cached_module_spec.SetObjectOffset(0); in CallLocateModuleCallbackIfSet()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp564 spec.SetObjectOffset(file_offset); in GetModuleSpecifications()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40812 (arg1)->SetObjectOffset(arg2); in _wrap_SBModuleSpec_SetObjectOffset()