Searched refs:loadModuleFile (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp460 llvm::Error loadModuleFile(const FileEntry *File);
531 llvm::Error GlobalModuleIndexBuilder::loadModuleFile(const FileEntry *File) { function in class:GlobalModuleIndexBuilder
903 if (llvm::Error Err = Builder.loadModuleFile(*ModuleFile))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h781 bool loadModuleFile(StringRef FileName);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp916 if (!CI.loadModuleFile(ModuleFile))
H A DCompilerInstance.cpp1548 bool CompilerInstance::loadModuleFile(StringRef FileName) { function in class:CompilerInstance

Completed in 115 milliseconds