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

References

tools/llvm-pdbutil/MinimalSymbolDumper.cpp
   53   PUSH_FLAG(ExportFlags, IsConstant, Flags, "constant");
   54   PUSH_FLAG(ExportFlags, IsData, Flags, "data");
   55   PUSH_FLAG(ExportFlags, IsPrivate, Flags, "private");
   56   PUSH_FLAG(ExportFlags, HasNoName, Flags, "no name");
   57   PUSH_FLAG(ExportFlags, HasExplicitOrdinal, Flags, "explicit ord");
   58   PUSH_FLAG(ExportFlags, IsForwarder, Flags, "forwarder");
   60   return typesetItemList(Opts, 4, IndentLevel, " | ");