Home
last modified time | relevance | path

Searched refs:loadModuleFile (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp428 bool loadModuleFile(const FileEntry *File);
498 bool GlobalModuleIndexBuilder::loadModuleFile(const FileEntry *File) { in loadModuleFile() function in GlobalModuleIndexBuilder
817 if (Builder.loadModuleFile(ModuleFile)) in writeIndex()
/external/llvm-project/clang/lib/Serialization/
DGlobalModuleIndex.cpp460 llvm::Error loadModuleFile(const FileEntry *File);
531 llvm::Error GlobalModuleIndexBuilder::loadModuleFile(const FileEntry *File) { in loadModuleFile() function in GlobalModuleIndexBuilder
903 if (llvm::Error Err = Builder.loadModuleFile(*ModuleFile)) in writeIndex()
/external/clang/include/clang/Frontend/
DCompilerInstance.h763 bool loadModuleFile(StringRef FileName);
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h784 bool loadModuleFile(StringRef FileName);
/external/clang/lib/Frontend/
DFrontendAction.cpp417 if (!CI.loadModuleFile(ModuleFile)) in BeginSourceFile()
DCompilerInstance.cpp1334 bool CompilerInstance::loadModuleFile(StringRef FileName) { in loadModuleFile() function in CompilerInstance
/external/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp915 if (!CI.loadModuleFile(ModuleFile)) in BeginSourceFile()
DCompilerInstance.cpp1557 bool CompilerInstance::loadModuleFile(StringRef FileName) { in loadModuleFile() function in CompilerInstance