Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h47 PdbFeatureNoTypeMerging = 0x4, enumerator
48 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ PdbFeatureNoTypeMerging)
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp71 Features |= PdbFeatureNoTypeMerging; in reload()