Home
last modified time | relevance | path

Searched refs:ModuleLoader (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h48 std::function<std::unique_ptr<Module>(StringRef Identifier)> ModuleLoader) in FunctionImporter() argument
49 : Index(Index), ModuleLoader(std::move(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() argument
62 : Index(Index), ModuleLoader(std::move(ModuleLoader)) {} in FunctionImporter()
72 ModuleLoaderTy ModuleLoader; variable
/external/clang/include/clang/Lex/
DModuleLoader.h56 class ModuleLoader {
60 explicit ModuleLoader(bool BuildingModule = false) :
64 virtual ~ModuleLoader();
DPreprocessor.h59 class ModuleLoader; variable
107 ModuleLoader &TheModuleLoader;
656 ModuleLoader &TheModuleLoader,
716 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader()
/external/llvm/include/llvm/LTO/
DLTO.h34 class ModuleLoader {
43 ModuleLoader(LLVMContext &Context, StringMap<MemoryBufferRef> &ModuleMap) in ModuleLoader() function
/external/python/cpython2/Lib/
Dihooks.py206 class ModuleLoader(BasicModuleLoader): class
286 class FancyModuleLoader(ModuleLoader):
321 return ModuleLoader.load_module(self, name, stuff)
347 self.loader = loader or ModuleLoader(None, verbose)
/external/libchrome/third_party/jinja2/
D__init__.py38 ModuleLoader
Dloaders.py421 class ModuleLoader(BaseLoader): class
463 return ModuleLoader.get_template_key(name) + '.py'
Denvironment.py663 from jinja2.loaders import ModuleLoader
716 filename = ModuleLoader.get_module_filename(name)
/external/llvm/tools/llvm-link/
Dllvm-link.cpp215 auto ModuleLoader = [&Context](const char *argv0, in importFunctions() local
219 ModuleLazyLoaderCache ModuleLoaderCache(ModuleLoader); in importFunctions()
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dtemplate_expander.py19 loader = jinja2.ModuleLoader(os.path.join(
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp221 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local
226 ModuleLazyLoaderCache ModuleLoaderCache(ModuleLoader); in importFunctions()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp582 std::unique_ptr<Module> SrcModule = ModuleLoader(Name); in importFunctions()
774 auto ModuleLoader = [&M](StringRef Identifier) { in runOnModule() local
777 FunctionImporter Importer(*Index, ModuleLoader); in runOnModule()
/external/clang/include/clang/Frontend/
DCompilerInstance.h71 class CompilerInstance : public ModuleLoader {
773 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
DASTUnit.h68 class ASTUnit : public ModuleLoader {
/external/clang/lib/Lex/
DPreprocessor.cpp65 ModuleLoader &TheModuleLoader, in Preprocessor()
904 ModuleLoader::~ModuleLoader() { } in ~ModuleLoader()
/external/clang/unittests/Lex/
DPPConditionalDirectiveRecordTest.cpp53 class VoidModuleLoader : public ModuleLoader {
DPPCallbacksTest.cpp35 class VoidModuleLoader : public ModuleLoader {
DLexerTest.cpp29 class VoidModuleLoader : public ModuleLoader {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp915 Expected<std::unique_ptr<Module>> SrcModuleOrErr = ModuleLoader(Name); in importFunctions()
1075 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModule() local
1078 FunctionImporter Importer(*Index, ModuleLoader); in doImportingForModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp498 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local
508 FunctionImporter Importer(CombinedIndex, ModuleLoader); in thinBackend()
/external/clang/unittests/Basic/
DSourceManagerTest.cpp53 class VoidModuleLoader : public ModuleLoader {
/external/clang/lib/Frontend/
DCompilerInstance.cpp58 : ModuleLoader(BuildingModule), Invocation(new CompilerInvocation()), in CompilerInstance()
1539 ModuleLoader::HadFatalFailure = true; in loadModule()
1546 ModuleLoader::HadFatalFailure = true; in loadModule()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp151 ModuleLoader Loader(TheModule.getContext(), ModuleMap); in crossImportIntoModule()
/external/clang/lib/Sema/
DSema.cpp50 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()

12