Home | History | Annotate | Download | only in lib

Lines Matching refs:me

1375     bcinfo::MetadataExtractor me(&Module);
1376 if (!me.extract()) {
1381 mStructExplicitlyPaddedBySlang = (me.getCompilerVersion() >= SlangVersion::N_STRUCT_EXPLICIT_PADDING);
1384 mExportForEachCount = me.getExportForEachSignatureCount();
1385 mExportForEachNameList = me.getExportForEachNameList();
1386 mExportForEachSignatureList = me.getExportForEachSignatureList();
1408 const size_t ExportReduceCount = me.getExportReduceCount();
1409 const bcinfo::MetadataExtractor::Reduce *ExportReduceList = me.getExportReduceList();