Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h372 int64_t ReadUnsignedIntWithSizeInBytes(lldb::addr_t addr, int size_in_bytes);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp717 m_entry_point = ReadUnsignedIntWithSizeInBytes(m_entry_point, 8); in GetEntryPoint()
767 int64_t modid = ReadUnsignedIntWithSizeInBytes( in GetThreadLocalData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp329 int64_t DynamicLoader::ReadUnsignedIntWithSizeInBytes(addr_t addr, in ReadUnsignedIntWithSizeInBytes() function in DynamicLoader