Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.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/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp79 case ModuleFileInfo: return std::make_unique<DumpModuleInfoAction>(); in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h112 ModuleFileInfo, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2640 {frontend::ModuleFileInfo, OPT_module_file_info}, in getFrontendActionTable()
4483 case frontend::ModuleFileInfo: in isStrictlyPreprocessorAction()