Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp36 return (Layout->Flags & ModInfoFlags::HasECFlagMask) != 0; in hasECInfo()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h204 static const uint16_t HasECFlagMask = 0x2; member