Home
last modified time | relevance | path

Searched refs:PDBInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp546 const codeview::DebugInfo *&PDBInfo, in getDebugPDBInfo() argument
553 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() argument
568 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()
570 PDBInfo = nullptr; in getDebugPDBInfo()