Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp514 const codeview::DebugInfo *&PDBInfo, in getDebugPDBInfo() argument
520 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() argument
535 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()
537 PDBInfo = nullptr; in getDebugPDBInfo()