HomeSort by relevance Sort by last modified time
    Searched refs:getExportVarNameList (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 105 const char **getExportVarNameList() const {
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Script.h 186 void getExportVarNameList(std::vector<std::string> &list);
ScriptCompiled.h 124 void getExportVarNameList(std::vector<std::string> &varList);
ScriptCompiled.cpp 43 void ScriptCompiled::getExportVarNameList(std::vector<std::string> &varList) {
Script.cpp 611 void Script::getExportVarNameList(std::vector<std::string> &varList) {
614 return mCompiled->getExportVarNameList(varList);
MCCacheWriter.cpp 233 mpOwner->getExportVarNameList(varNameList);
Compiler.cpp 351 const char **VarNames = ME.getExportVarNameList();
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 101 const char **varNameList = ME->getExportVarNameList();

Completed in 42 milliseconds