Searched refs:ReadUnsignedIntWithSizeInBytes (Results 1 – 3 of 3) sorted by relevance
380 int64_t ReadUnsignedIntWithSizeInBytes(lldb::addr_t addr, int size_in_bytes);
737 m_entry_point = ReadUnsignedIntWithSizeInBytes(m_entry_point, 8); in GetEntryPoint()787 int64_t modid = ReadUnsignedIntWithSizeInBytes( in GetThreadLocalData()
347 int64_t DynamicLoader::ReadUnsignedIntWithSizeInBytes(addr_t addr, in ReadUnsignedIntWithSizeInBytes() function in DynamicLoader