Searched refs:PDBFileName (Results 1 – 4 of 4) sorted by relevance
635 StringRef PDBFileName; in getOrCreateModuleInfo() local636 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()644 if (!EC && !HasDwarf && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()655 return createFileError(PDBFileName, std::move(Err)); in getOrCreateModuleInfo()
547 StringRef &PDBFileName) const { in getDebugPDBInfo()557 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()), in getDebugPDBInfo()560 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()565 StringRef &PDBFileName) const { in getDebugPDBInfo()568 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()571 PDBFileName = StringRef(); in getDebugPDBInfo()
1155 StringRef &PDBFileName) const;1162 StringRef &PDBFileName) const;
790 StringRef PDBFileName; in printCOFFDebugDirectory() local791 if (Error E = Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)) in printCOFFDebugDirectory()801 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()