Searched refs:EXPORT (Results 1 – 2 of 2) sorted by relevance
36 #define EXPORT __attribute__((visibility("default"))) macro100 ReportLib* CreateReportLib() EXPORT;101 void DestroyReportLib(ReportLib* report_lib) EXPORT;105 bool SetLogSeverity(ReportLib* report_lib, const char* log_level) EXPORT;106 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) EXPORT;107 bool SetRecordFile(ReportLib* report_lib, const char* record_file) EXPORT;108 bool SetKallsymsFile(ReportLib* report_lib, const char* kallsyms_file) EXPORT;109 void ShowIpForUnknownSymbol(ReportLib* report_lib) EXPORT;110 void ShowArtFrames(ReportLib* report_lib, bool show) EXPORT;112 Sample* GetNextSample(ReportLib* report_lib) EXPORT;[all …]
114 EXPORT("export", TokenCategory.Annotation),