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

References

lib/Object/COFFObjectFile.cpp
  528     if (D.Type == COFF::IMAGE_DEBUG_TYPE_CODEVIEW)
tools/lld/COFF/Writer.cpp
  134     d->Type = debugType;
tools/llvm-readobj/COFFDumper.cpp
  721     W.printEnum("Type", D.Type, makeArrayRef(ImageDebugType));
  725     if (D.Type == COFF::IMAGE_DEBUG_TYPE_CODEVIEW) {