HomeSort by: relevance | last modified time | path
    Searched refs:ModInfoFlags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiModuleDescriptor.cpp 36 return (Layout->Flags & ModInfoFlags::HasECFlagMask) != 0;
40 return (Layout->Flags & ModInfoFlags::TypeServerIndexMask) >>
41 ModInfoFlags::TypeServerIndexShift;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
RawTypes.h 199 struct ModInfoFlags {
222 /// See ModInfoFlags definition.

Completed in 48 milliseconds