Searched refs:PDBFileName (Results 1 – 4 of 4) sorted by relevance
585 StringRef PDBFileName; in getOrCreateModuleInfo() local586 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()587 if (!EC && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()598 return createFileError(PDBFileName, std::move(Err)); in getOrCreateModuleInfo()
522 StringRef &PDBFileName) const { in getDebugPDBInfo()531 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()), in getDebugPDBInfo()534 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()539 StringRef &PDBFileName) const { in getDebugPDBInfo()542 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()545 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()