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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  121     CV_ENUM_CLASS_ENT(CompileSym3Flags, HotPatch),
tools/lld/COFF/InputFiles.cpp
  726             (cs.Flags & CompileSym3Flags::HotPatch) != CompileSym3Flags::None;
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
   96   PUSH_FLAG(CompileSym3Flags, HotPatch, Flags, "hot patchable");