HomeSort by relevance Sort by last modified time
    Searched defs:aModule (Results 1 - 2 of 2) 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);