Home
last modified time | relevance | path

Searched refs:PdbRaw_SrcHeaderBlockVer (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h35 enum class PdbRaw_SrcHeaderBlockVer : uint32_t { SrcVerOne = 19980827 }; enum
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp190 static_cast<uint32_t>(PdbRaw_SrcHeaderBlockVer::SrcVerOne); in finalizeMsfLayout()
237 Header.Version = static_cast<uint32_t>(PdbRaw_SrcHeaderBlockVer::SrcVerOne); in commitSrcHeaderBlock()