Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp40 const uint16_t HasECFlagMask = 0x2; variable
91 bool ModInfo::hasECInfo() const { return (Layout->Flags & HasECFlagMask) != 0; } in hasECInfo()