Searched refs:lib_runtimes (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp363 std::vector<SymbolResolverInterface *> lib_runtimes; local
364 if (!PrepareRuntimes(lib_runtimes)) {
369 librt_iter = lib_runtimes.begin(), librt_end = lib_runtimes.end();
379 llvm::DeleteContainerPointers(lib_runtimes);
389 llvm::DeleteContainerPointers(lib_runtimes);
399 llvm::DeleteContainerPointers(lib_runtimes);

Completed in 61 milliseconds