Lines Matching refs:EXPORT
132 EXPORT ImageHeader(uint32_t image_reservation_size,
149 EXPORT bool IsValid() const;
150 EXPORT const char* GetMagic() const;
202 EXPORT PointerSize GetPointerSize() const;
281 EXPORT ArtMethod* GetImageMethod(ImageMethod index) const;
283 EXPORT static const char* GetImageSectionName(ImageSections index);
374 EXPORT bool IsAppImage() const;
376 EXPORT uint32_t GetImageSpaceCount() const;
380 EXPORT void VisitObjects(ObjectVisitor* visitor, uint8_t* base, PointerSize pointer_size) const
432 EXPORT bool WriteData(const ImageFileGuard& image_file,
599 EXPORT std::ostream& operator<<(std::ostream& os, ImageHeader::ImageSections section);
600 EXPORT std::ostream& operator<<(std::ostream& os, ImageHeader::StorageMode mode);
602 EXPORT std::ostream& operator<<(std::ostream& os, const ImageSection& section);