Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h108 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter()
121 ModuleLoaderTy ModuleLoader; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp318 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h141 TrivialModuleLoader ModuleLoader; variable
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp613 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1441 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModule() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h150 class ModuleLoader; variable