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

References

tools/lld/COFF/Config.h
  108   unsigned debugTypes = static_cast<unsigned>(DebugType::None);
tools/lld/COFF/Driver.cpp
  666   unsigned debugTypes = static_cast<unsigned>(DebugType::None);
  675                        .Case("cv", static_cast<unsigned>(DebugType::CV))
  676                        .Case("pdata", static_cast<unsigned>(DebugType::PData))
  677                        .Case("fixup", static_cast<unsigned>(DebugType::Fixup))
  689   debugTypes = static_cast<unsigned>(DebugType::CV);
  691     debugTypes |= static_cast<unsigned>(DebugType::PData);
  693     debugTypes |= static_cast<unsigned>(DebugType::Fixup);