Searched refs:PDBFileName (Results 1 – 5 of 5) sorted by relevance
17 CHECK: PDBFileName: D:\src\llvm\build\has_pdb.pdb
492 StringRef &PDBFileName) const { in getDebugPDBInfo()501 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()), in getDebugPDBInfo()504 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()509 StringRef &PDBFileName) const { in getDebugPDBInfo()512 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()515 PDBFileName = StringRef(); in getDebugPDBInfo()
395 StringRef PDBFileName; in getOrCreateModuleInfo() local396 auto EC = CoffObject->getDebugPDBInfo(PDBInfo, PDBFileName); in getOrCreateModuleInfo()
876 StringRef &PDBFileName) const;883 StringRef &PDBFileName) const;
673 StringRef PDBFileName; in printCOFFDebugDirectory() local674 error(Obj->getDebugPDBInfo(&D, PDBInfo, PDBFileName)); in printCOFFDebugDirectory()679 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()