Home
last modified time | relevance | path

Searched refs:ModuleFileInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDGlobalModuleIndex.cpp383 struct ModuleFileInfo { struct
407 using ModuleFilesMap = llvm::MapVector<FileEntryRef, ModuleFileInfo>;
432 ModuleFileInfo &getModuleFileInfo(FileEntryRef File) { in getModuleFileInfo()
438 ModuleFileInfo &Info = ModuleFiles[File]; in getModuleFileInfo()
/freebsd-13-stable/contrib/llvm-project/clang/lib/FrontendTool/
HDExecuteCompilerInvocation.cpp79 case ModuleFileInfo: return std::make_unique<DumpModuleInfoAction>(); in CreateFrontendBaseAction()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDFrontendOptions.h112 ModuleFileInfo, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp2640 {frontend::ModuleFileInfo, OPT_module_file_info}, in getFrontendActionTable()
4483 case frontend::ModuleFileInfo: in isStrictlyPreprocessorAction()