Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSEmbedInfo.cpp84 const char **exportFuncNameList = me.getExportFuncNameList(); in getRSInfoString() local
120 s << exportFuncNameList[i] << "\n"; in getRSInfoString()
DCompiler.cpp407 const char **exportFuncNameList = me.getExportFuncNameList(); in addInternalizeSymbolsPass() local
417 export_symbols.insert(exportFuncNameList[i]); in addInternalizeSymbolsPass()