Home
last modified time | relevance | path

Searched refs:ReadUnsignedIntWithSizeInBytes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DDynamicLoader.h305 int64_t ReadUnsignedIntWithSizeInBytes(lldb::addr_t addr, int size_in_bytes);
/llvm-project-15.0.7/lldb/source/Core/
H A DDynamicLoader.cpp174 int64_t DynamicLoader::ReadUnsignedIntWithSizeInBytes(addr_t addr, in ReadUnsignedIntWithSizeInBytes() function in DynamicLoader
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp715 m_entry_point = ReadUnsignedIntWithSizeInBytes(m_entry_point, 8); in GetEntryPoint()
743 int64_t modid = ReadUnsignedIntWithSizeInBytes( in GetThreadLocalData()