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

References

tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
   64   if (!coff_obj->getDebugPDBInfo(pdb_info, pdb_file) && pdb_info) {
   64   if (!coff_obj->getDebugPDBInfo(pdb_info, pdb_file) && pdb_info) {
   65     if (pdb_info->PDB70.CVSignature == llvm::OMF::Signature::PDB70) {
   69       const uint8_t *sig = pdb_info->PDB70.Signature;
   80       if (pdb_info->PDB70.Age) {
   81         info.Age = read32be(&pdb_info->PDB70.Age);