Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h48 std::function<std::unique_ptr<Module>(StringRef Identifier)> ModuleLoader) in FunctionImporter()
63 std::function<std::unique_ptr<Module>(StringRef Identifier)> ModuleLoader; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h61 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader) in FunctionImporter()
72 ModuleLoaderTy ModuleLoader; variable
/external/llvm/include/llvm/LTO/
DLTO.h43 ModuleLoader(LLVMContext &Context, StringMap<MemoryBufferRef> &ModuleMap) in ModuleLoader() function
/external/llvm/tools/llvm-link/
Dllvm-link.cpp215 auto ModuleLoader = [&Context](const char *argv0, in importFunctions() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp221 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local
/external/libchrome/third_party/jinja2/
Dloaders.py421 class ModuleLoader(BaseLoader): class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp498 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp774 auto ModuleLoader = [&M](StringRef Identifier) { in runOnModule() local
/external/python/cpython2/Lib/
Dihooks.py206 class ModuleLoader(BasicModuleLoader): class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1075 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModule() local
/external/clang/include/clang/Lex/
DPreprocessor.h59 class ModuleLoader; variable
/external/clang/include/clang/Sema/
DSema.h131 class ModuleLoader; variable