Searched defs:ForEachExpandList (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DCompiler.cpp267 std::vector<std::string> &ForEachExpandList = mpResult->mExportForEachName; local
372 ForEachExpandList.push_back(Name + ".expand");
376 // Need to wait until ForEachExpandList is fully populated to fill in
379 ExportSymbols.push_back(ForEachExpandList[i].c_str());
442 ForEachExpandList[i].c_str()));

Completed in 6 milliseconds