Home
last modified time | relevance | path

Searched refs:SrcHeaderBlockEntry (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInjectedSourceStream.h28 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator;
38 HashTable<SrcHeaderBlockEntry> InjectedSourceTable;
H A DRawTypes.h331 struct SrcHeaderBlockEntry { struct
344 static_assert(sizeof(SrcHeaderBlockEntry) == 40, "Incorrect struct size!"); argument
H A DPDBFileBuilder.h97 HashTable<SrcHeaderBlockEntry> InjectedSourceTable;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp36 const SrcHeaderBlockEntry &Entry;
41 NativeInjectedSource(const SrcHeaderBlockEntry &Entry, in NativeInjectedSource()
H A DPDBFileBuilder.cpp177 SrcHeaderBlockEntry Entry; in finalizeMsfLayout()
178 ::memset(&Entry, 0, sizeof(SrcHeaderBlockEntry)); in finalizeMsfLayout()
179 Entry.Size = sizeof(SrcHeaderBlockEntry); in finalizeMsfLayout()
H A DInjectedSourceStream.cpp43 if (Entry.second.Size != sizeof(SrcHeaderBlockEntry)) in reload()