reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/YAMLTraits.h
  820     if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
  821       Val = static_cast<T>(Val | ConstVal);
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
   66   Flags &= ~CompileSym2Flags::SourceLanguageMask;
   66   Flags &= ~CompileSym2Flags::SourceLanguageMask;
   70   PUSH_FLAG(CompileSym2Flags, EC, Flags, "edit and continue");
   71   PUSH_FLAG(CompileSym2Flags, NoDbgInfo, Flags, "no dbg info");
   72   PUSH_FLAG(CompileSym2Flags, LTCG, Flags, "ltcg");
   73   PUSH_FLAG(CompileSym2Flags, NoDataAlign, Flags, "no data align");
   74   PUSH_FLAG(CompileSym2Flags, ManagedPresent, Flags, "has managed code");
   75   PUSH_FLAG(CompileSym2Flags, SecurityChecks, Flags, "security checks");
   76   PUSH_FLAG(CompileSym2Flags, HotPatch, Flags, "hot patchable");
   77   PUSH_FLAG(CompileSym2Flags, CVTCIL, Flags, "cvtcil");
   78   PUSH_FLAG(CompileSym2Flags, MSILModule, Flags, "msil module");
  510       Compile2.Flags & CompileSym2Flags::SourceLanguageMask);