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

Declarations

tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
   84   static bool MagicBytesMatch(lldb::DataBufferSP &data_sp);

References

tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  127   if (!ObjectFilePECOFF::MagicBytesMatch(data_sp))
  152   if (!data_sp || !ObjectFilePECOFF::MagicBytesMatch(data_sp))
  167   if (!data_sp || !ObjectFilePECOFF::MagicBytesMatch(data_sp))