Searched refs:PDBFileName (Results 1 – 4 of 4) sorted by relevance
404 StringRef PDBFileName; in getOrCreateModuleInfo() local405 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()406 if (!EC && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()415 return createFileError(PDBFileName, std::move(Err)); in getOrCreateModuleInfo()
510 StringRef &PDBFileName) const { in getDebugPDBInfo()519 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()), in getDebugPDBInfo()522 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()528 StringRef &PDBFileName) const { in getDebugPDBInfo()531 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()534 PDBFileName = StringRef(); in getDebugPDBInfo()
1058 StringRef &PDBFileName) const;1065 StringRef &PDBFileName) const;
748 StringRef PDBFileName; in printCOFFDebugDirectory() local749 error(Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)); in printCOFFDebugDirectory()755 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()