Searched refs:PDBInfo (Results 1 – 1 of 1) sorted by relevance
546 const codeview::DebugInfo *&PDBInfo, in getDebugPDBInfo() argument553 if (InfoBytes.size() < sizeof(*PDBInfo) + 1) in getDebugPDBInfo()555 PDBInfo = reinterpret_cast<const codeview::DebugInfo *>(InfoBytes.data()); in getDebugPDBInfo()556 InfoBytes = InfoBytes.drop_front(sizeof(*PDBInfo)); in getDebugPDBInfo()564 Error COFFObjectFile::getDebugPDBInfo(const codeview::DebugInfo *&PDBInfo, in getDebugPDBInfo() argument568 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()570 PDBInfo = nullptr; in getDebugPDBInfo()