Searched refs:GetPointerByteSize (Results 1 – 7 of 7) sorted by relevance
33 eEncodingUint, 8 * type_system->GetPointerByteSize()); in GetCompilerTypeForFormat()
271 size_t CompilerType::GetPointerByteSize() const { in GetPointerByteSize() function in CompilerType273 return m_type_system->GetPointerByteSize(); in GetPointerByteSize()
157 size_t GetPointerByteSize() const;
202 virtual uint32_t GetPointerByteSize() = 0;
323 data.SetAddressByteSize(ast_type.GetPointerByteSize()); in GetValueAsData()
219 uint32_t GetPointerByteSize() override;
931 uint32_t TypeSystemClang::GetPointerByteSize() { in GetPointerByteSize() function in TypeSystemClang