Home
last modified time | relevance | path

Searched refs:HasECFlagMask (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp36 return (Layout->Flags & ModInfoFlags::HasECFlagMask) != 0; in hasECInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h204 static const uint16_t HasECFlagMask = 0x2; member