Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp181 SrcHeaderBlockEntry Entry; in finalizeMsfLayout()
182 ::memset(&Entry, 0, sizeof(SrcHeaderBlockEntry)); in finalizeMsfLayout()
183 Entry.Size = sizeof(SrcHeaderBlockEntry); in finalizeMsfLayout()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h332 struct SrcHeaderBlockEntry { struct
346 static_assert(sizeof(SrcHeaderBlockEntry) == 40, "Incorrect struct size!"); argument
H A DPDBFileBuilder.h101 HashTable<SrcHeaderBlockEntry, StringTableHashTraits> InjectedSourceTable;