/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 366 static std::unique_ptr<Module> loadModule(StringRef Filename, in loadModule() function 527 auto TheModule = loadModule(Filename, Ctx); in promote() 558 auto TheModule = loadModule(Filename, Ctx); in import() 589 auto TheModule = loadModule(Filename, Ctx); in internalize() 612 auto TheModule = loadModule(Filename, Ctx); in optimize() 635 auto TheModule = loadModule(Filename, Ctx); in codegen()
|
/external/clang/include/clang/Lex/ |
D | ModuleLoader.h | 94 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc,
|
/external/clang/unittests/Lex/ |
D | PPConditionalDirectiveRecordTest.cpp | 54 ModuleLoadResult loadModule(SourceLocation ImportLoc, in loadModule() function in __anon877b91870111::VoidModuleLoader
|
D | PPCallbacksTest.cpp | 36 ModuleLoadResult loadModule(SourceLocation ImportLoc, in loadModule() function in __anone7d638b50111::VoidModuleLoader
|
D | LexerTest.cpp | 30 ModuleLoadResult loadModule(SourceLocation ImportLoc, in loadModule() function in __anonb14214350111::VoidModuleLoader
|
/external/clang/unittests/Basic/ |
D | SourceManagerTest.cpp | 54 ModuleLoadResult loadModule(SourceLocation ImportLoc, in loadModule() function in __anonfbe1b41a0111::VoidModuleLoader
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 765 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
D | ASTUnit.h | 906 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule() function
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 1410 CompilerInstance::loadModule(SourceLocation ImportLoc, in loadModule() function in CompilerInstance 1718 loadModule(TheModule->DefinitionLoc, Path, Module::Hidden, false); in loadGlobalModuleIndex()
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 788 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
|
D | PPDirectives.cpp | 1895 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleIncludeDirective()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3306 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, in CodeCompleteModuleImport()
|
D | SemaDecl.cpp | 15065 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()
|