Home
last modified time | relevance | path

Searched defs:ModuleLoader (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h108 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter()
121 ModuleLoaderTy ModuleLoader; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp293 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp614 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h142 TrivialModuleLoader ModuleLoader; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1371 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModule() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h148 class ModuleLoader; variable