Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp387 struct ModuleFileInfo { struct
411 using ModuleFilesMap = llvm::MapVector<FileEntryRef, ModuleFileInfo>;
436 ModuleFileInfo &getModuleFileInfo(FileEntryRef File) { in getModuleFileInfo()
442 ModuleFileInfo &Info = ModuleFiles[File]; in getModuleFileInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h104 ModuleFileInfo, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp75 case ModuleFileInfo: return std::make_unique<DumpModuleInfoAction>(); in CreateFrontendBaseAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2561 {frontend::ModuleFileInfo, OPT_module_file_info}, in getFrontendActionTable()
4284 case frontend::ModuleFileInfo: in isStrictlyPreprocessorAction()