Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSEmbedInfo.cpp78 size_t exportFuncCount = me.getExportFuncCount(); in getRSInfoString() local
118 s << "exportFuncCount: " << exportFuncCount << "\n"; in getRSInfoString()
119 for (i = 0; i < exportFuncCount; ++i) { in getRSInfoString()
DCompiler.cpp403 size_t exportFuncCount = me.getExportFuncCount(); in addInternalizeSymbolsPass() local
416 for (i = 0; i < exportFuncCount; ++i) { in addInternalizeSymbolsPass()