Searched refs:moduleErrorMsg (Results 1 – 1 of 1) sorted by relevance
165 std::string moduleErrorMsg; in LinkInArchive() local168 if (aModule->MaterializeAll(&moduleErrorMsg)) in LinkInArchive()169 return error("Could not load a module: " + moduleErrorMsg); in LinkInArchive()174 if (LinkInModule(aModule, &moduleErrorMsg)) in LinkInArchive()176 aModule->getModuleIdentifier() + "': " + moduleErrorMsg); in LinkInArchive()