Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h48 PdbFeatureNoTypeMerging = 0x4, enumerator
49 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ PdbFeatureNoTypeMerging)
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp74 Features |= PdbFeatureNoTypeMerging; in reload()