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.h110 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter()
123 ModuleLoaderTy ModuleLoader; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp318 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp622 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.cpp1793 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModuleForTest() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h151 class ModuleLoader; variable