Searched refs:PDBFileName (Results 1 – 4 of 4) sorted by relevance
584 StringRef PDBFileName; in getOrCreateModuleInfo() local585 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()586 if (!EC && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()596 return createFileError(PDBFileName, std::move(Err)); in getOrCreateModuleInfo()
515 StringRef &PDBFileName) const { in getDebugPDBInfo()524 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()), in getDebugPDBInfo()527 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()532 StringRef &PDBFileName) const { in getDebugPDBInfo()535 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()538 PDBFileName = StringRef(); in getDebugPDBInfo()
1096 StringRef &PDBFileName) const;1103 StringRef &PDBFileName) const;
737 StringRef PDBFileName; in printCOFFDebugDirectory() local738 if (Error E = Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)) in printCOFFDebugDirectory()746 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()