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

/macosx-10.10/llvmCore-3425.0.34/lib/Linker/
H A DLinkArchives.cpp165 Module* aModule = *I; local
166 if (aModule != NULL) {
167 if (aModule->MaterializeAll(&moduleErrorMsg))
170 verbose(" Linking in module: " + aModule->getModuleIdentifier());
173 if (LinkInModule(aModule, &moduleErrorMsg))
175 aModule->getModuleIdentifier() + "': " + moduleErrorMsg);
H A DLinker.cpp32 Linker::Linker(StringRef progname, Module* aModule, unsigned flags) : argument
33 Context(aModule->getContext()),
34 Composite(aModule),
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DLinker.h80 /// Construct the Linker with a previously defined module, \p aModule. Use
83 Linker(StringRef progname, Module* aModule, unsigned Flags = 0);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9519 Hash aModule; /* populated by sqlite3_create_module() */ member in struct:sqlite3
9730 ** instance of the following structure, stored in the sqlite3.aModule
[all...]

Completed in 488 milliseconds