Home
last modified time | relevance | path

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

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