Searched refs:ExportSymbols (Results 1 – 2 of 2) sorted by relevance
270 std::vector<const char*> ExportSymbols; in compile() local354 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() argument532 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 …]
155 std::vector<const char*>& ExportSymbols,