Home
last modified time | relevance | path

Searched refs:exportVarCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSEmbedInfo.cpp77 size_t exportVarCount = me.getExportVarCount(); in getRSInfoString() local
113 s << "exportVarCount: " << exportVarCount << "\n"; in getRSInfoString()
114 for (i = 0; i < exportVarCount; ++i) { in getRSInfoString()
DCompiler.cpp402 size_t exportVarCount = me.getExportVarCount(); in addInternalizeSymbolsPass() local
412 for (i = 0; i < exportVarCount; ++i) { in addInternalizeSymbolsPass()