Searched refs:PDBFileName (Results 1 – 8 of 8) sorted by relevance
5 # HELLO: PDBFileName: hello.pdb9 # PDBVAR: PDBFileName: pdbaltpath.test.tmp.pdb13 # EXTVAR: PDBFileName: fooexe.pdb17 # NOCLOSE: PDBFileName: %_PDB21 # NOCLOSE2: PDBFileName: foo%_PDB25 # CLOSEONE: PDBFileName: foopdbaltpath.test.tmp.pdbbar%_EXT29 # CLOSETWO: PDBFileName: foopdbaltpath.test.tmp.pdbbarexe33 # CLOSETWO2: PDBFileName: foopdbaltpath.test.tmp.pdbbarexea39 # ENVVARS: PDBFileName: foo%FoO%bar%r%a
44 # CHECK: PDBFileName: {{.*}}.pdb63 # CHECK: PDBFileName: {{.*}}.pdb83 # TWOPDBS: PDBFileName: {{.*}}.pdb102 # TWOPDBS: PDBFileName: {{.*}}.pdb136 # REPRODEBUG: PDBFileName:166 # MINGW: PDBFileName:
10 CHECK: PDBFileName: {{.*}}tmp{{/|\\}}foo{{/|\\}}out.pdb
17 CHECK: PDBFileName: D:\src\llvm\build\has_pdb.pdb
637 StringRef PDBFileName; in getOrCreateModuleInfo() local638 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()639 if (!EC && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()649 return createFileError(PDBFileName, std::move(Err)); in getOrCreateModuleInfo()
548 StringRef &PDBFileName) const { in getDebugPDBInfo()558 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()), in getDebugPDBInfo()561 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()566 StringRef &PDBFileName) const { in getDebugPDBInfo()569 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()572 PDBFileName = StringRef(); in getDebugPDBInfo()
1098 StringRef &PDBFileName) const;1105 StringRef &PDBFileName) const;
741 StringRef PDBFileName; in printCOFFDebugDirectory() local742 if (Error E = Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)) in printCOFFDebugDirectory()750 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()