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

  /external/llvm/lib/Linker/
LinkArchives.cpp 166 Module* aModule = *I;
167 if (aModule != NULL) {
168 if (aModule->MaterializeAll(&moduleErrorMsg))
171 verbose(" Linking in module: " + aModule->getModuleIdentifier());
174 if (LinkInModule(aModule, &moduleErrorMsg))
176 aModule->getModuleIdentifier() + "': " + moduleErrorMsg);
Linker.cpp 33 Linker::Linker(StringRef progname, Module* aModule, unsigned flags) :
34 Context(aModule->getContext()),
35 Composite(aModule),
  /external/llvm/include/llvm/
Linker.h 79 /// Construct the Linker with a previously defined module, \p aModule. Use
82 Linker(StringRef progname, Module* aModule, unsigned Flags = 0);
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 114 milliseconds