Searched refs:GetPointerByteSize (Results 1 – 7 of 7) sorted by relevance
333 data.SetAddressByteSize(ast_type.GetPointerByteSize()); in GetValueAsData()342 data.SetAddressByteSize(ast_type.GetPointerByteSize()); in GetValueAsData()
33 eEncodingUint, 8 * type_system->GetPointerByteSize()); in GetCompilerTypeForFormat()
159 size_t GetPointerByteSize() const;
205 virtual uint32_t GetPointerByteSize() = 0;
194 uint32_t GetPointerByteSize() override;
289 size_t CompilerType::GetPointerByteSize() const { in GetPointerByteSize() function in CompilerType291 return m_type_system->GetPointerByteSize(); in GetPointerByteSize()
1144 uint32_t ClangASTContext::GetPointerByteSize() { in GetPointerByteSize() function in ClangASTContext