Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInjectedSourceStream.h18 struct SrcHeaderBlockEntry;
27 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator;
37 HashTable<SrcHeaderBlockEntry> InjectedSourceTable;
H A DPDBFileBuilder.h33 struct SrcHeaderBlockEntry;
100 HashTable<SrcHeaderBlockEntry> InjectedSourceTable;
H A DRawTypes.h331 struct SrcHeaderBlockEntry { struct
344 static_assert(sizeof(SrcHeaderBlockEntry) == 40, "Incorrect struct size!"); argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp39 const SrcHeaderBlockEntry &Entry;
44 NativeInjectedSource(const SrcHeaderBlockEntry &Entry, in NativeInjectedSource()
H A DPDBFileBuilder.cpp188 SrcHeaderBlockEntry Entry; in finalizeMsfLayout()
189 ::memset(&Entry, 0, sizeof(SrcHeaderBlockEntry)); in finalizeMsfLayout()
190 Entry.Size = sizeof(SrcHeaderBlockEntry); in finalizeMsfLayout()
H A DInjectedSourceStream.cpp42 if (Entry.second.Size != sizeof(SrcHeaderBlockEntry)) in reload()