Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp270 std::vector<const char*> ExportSymbols; in compile() local
354 ExportSymbols.push_back(VarNames[i]); in compile()
362 ExportSymbols.push_back(FuncNames[i]); in compile()
379 ExportSymbols.push_back(ForEachExpandList[i].c_str()); in compile()
395 runLTO(new llvm::TargetData(*TD), ExportSymbols, CodeGenOptLevel); in compile()
522 std::vector<const char*>& ExportSymbols, in runLTO() argument
532 ExportSymbols.push_back("root"); in runLTO()
533 ExportSymbols.push_back("init"); in runLTO()
534 ExportSymbols.push_back(".rs.dtor"); in runLTO()
542 std::back_inserter(ExportSymbols)); in runLTO()
[all …]
DCompiler.h155 std::vector<const char*>& ExportSymbols,