Searched refs:PDBInfo (Results 1 – 1 of 1) sorted by relevance
514 const codeview::DebugInfo *&PDBInfo, in getDebugPDBInfo() argument520 if (InfoBytes.size() < sizeof(*PDBInfo) + 1) in getDebugPDBInfo()522 PDBInfo = reinterpret_cast<const codeview::DebugInfo *>(InfoBytes.data()); in getDebugPDBInfo()523 InfoBytes = InfoBytes.drop_front(sizeof(*PDBInfo)); in getDebugPDBInfo()531 Error COFFObjectFile::getDebugPDBInfo(const codeview::DebugInfo *&PDBInfo, in getDebugPDBInfo() argument535 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()537 PDBInfo = nullptr; in getDebugPDBInfo()