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

  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 242 class Minion : public clang::ASTImporter
245 Minion (ClangASTImporter &master,
260 // A call to "InitDeportWorkQueues" puts the minion into deport mode.
269 // These calls must be paired. Leaving a minion in deport mode or
270 // trying to start deport minion with a new pair of queues will result
287 typedef std::shared_ptr<Minion> MinionSP;
353 MinionSP minion = MinionSP(new Minion(*this, dst_ctx, src_ctx)); local
354 minions[src_ctx] = minion;
355 return minion;
    [all...]
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 454 ClangASTImporter::Minion::InitDeportWorkQueues (std::set<clang::NamedDecl *> *decls_to_deport,
465 ClangASTImporter::Minion::ExecuteDeportWorkQueues ()
511 ClangASTImporter::Minion::ImportDefinitionTo (clang::Decl *to, clang::Decl *from)
572 ClangASTImporter::Minion::Imported (clang::Decl *from, clang::Decl *to)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 245 milliseconds