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

  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 270 std::vector<const char*> ExportSymbols;
354 ExportSymbols.push_back(VarNames[i]);
362 ExportSymbols.push_back(FuncNames[i]);
379 ExportSymbols.push_back(ForEachExpandList[i].c_str());
395 runLTO(new llvm::TargetData(*TD), ExportSymbols, CodeGenOptLevel);
522 std::vector<const char*>& ExportSymbols,
524 // Note: ExportSymbols is a workaround for getting all exported variable,
532 ExportSymbols.push_back("root");
533 ExportSymbols.push_back("init");
534 ExportSymbols.push_back(".rs.dtor")
    [all...]
Compiler.h 155 std::vector<const char*>& ExportSymbols,

Completed in 26 milliseconds