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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  538   W.printHex("Flags", uint8_t(Label.Flags));
  539   W.printFlags("Flags", uint8_t(Label.Flags), getProcSymFlagNames());
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  386   error(IO.mapEnum(Label.Flags));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  432   IO.mapRequired("Flags", Symbol.Flags);
  433   IO.mapRequired("Flags", Symbol.Flags);
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  792                formatProcSymFlags(P.getIndentLevel() + 9, Label.Flags));