Lines Matching refs:me
71 bcinfo::MetadataExtractor me(module); in getRSInfoString() local
72 if (!me.extract()) { in getRSInfoString()
77 size_t exportVarCount = me.getExportVarCount(); in getRSInfoString()
78 size_t exportFuncCount = me.getExportFuncCount(); in getRSInfoString()
79 size_t exportForEachCount = me.getExportForEachSignatureCount(); in getRSInfoString()
80 size_t exportReduceCount = me.getExportReduceCount(); in getRSInfoString()
81 size_t objectSlotCount = me.getObjectSlotCount(); in getRSInfoString()
82 size_t pragmaCount = me.getPragmaCount(); in getRSInfoString()
83 const char **exportVarNameList = me.getExportVarNameList(); in getRSInfoString()
84 const char **exportFuncNameList = me.getExportFuncNameList(); in getRSInfoString()
85 const char **exportForEachNameList = me.getExportForEachNameList(); in getRSInfoString()
87 me.getExportForEachSignatureList(); in getRSInfoString()
89 me.getExportReduceList(); in getRSInfoString()
90 const uint32_t *objectSlotList = me.getObjectSlotList(); in getRSInfoString()
91 const char **pragmaKeyList = me.getPragmaKeyList(); in getRSInfoString()
92 const char **pragmaValueList = me.getPragmaValueList(); in getRSInfoString()
93 bool isThreadable = me.isThreadable(); in getRSInfoString()
94 const char *buildChecksum = me.getBuildChecksum(); in getRSInfoString()
178 if (slangVersion != LLVM_VERSION_STRING && me.hasDebugInfo()) { in getRSInfoString()