Searched refs:GetPointerByteSize (Results 1 – 7 of 7) sorted by relevance
37 eEncodingUint, 8 * type_system->GetPointerByteSize()); in GetCompilerTypeForFormat()
263 size_t GetPointerByteSize() const;
223 virtual uint32_t GetPointerByteSize() = 0;
524 size_t CompilerType::GetPointerByteSize() const { in GetPointerByteSize() function in CompilerType526 return type_system_sp->GetPointerByteSize(); in GetPointerByteSize()
346 data.SetAddressByteSize(ast_type.GetPointerByteSize()); in GetValueAsData()
228 uint32_t GetPointerByteSize() override;
886 uint32_t TypeSystemClang::GetPointerByteSize() { in GetPointerByteSize() function in TypeSystemClang