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

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp163 Error DbiModuleList::initialize(BinaryStreamRef ModInfo, argument
165 if (auto EC = initializeModInfo(ModInfo))
173 Error DbiModuleList::initializeModInfo(BinaryStreamRef ModInfo) { argument
174 ModInfoSubstream = ModInfo;
176 if (ModInfo.getLength() == 0)
179 BinaryStreamReader Reader(ModInfo);
181 if (auto EC = Reader.readArray(Descriptors, ModInfo.getLength()))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h71 Error initialize(BinaryStreamRef ModInfo, BinaryStreamRef FileInfo);
84 Error initializeModInfo(BinaryStreamRef ModInfo);
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp179 const ModuleSummaryIndex::ModuleInfo *ModInfo; member in struct:ImportModule
186 const ModuleHash &getHash() const { return ModInfo->second; }
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1872 for (auto ModInfo : Data.KnownHeaders)
1873 if (Writer.getLocalOrImportedSubmoduleID(ModInfo.getModule()))
1935 for (auto ModInfo : Data.KnownHeaders)
1936 EmitModule(ModInfo.getModule(), ModInfo.getRole());

Completed in 143 milliseconds