Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h117 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter()
130 ModuleLoaderTy ModuleLoader; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp330 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp624 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h144 TrivialModuleLoader ModuleLoader; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1945 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModuleForTest() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h155 class ModuleLoader; variable