Lines Matching defs:pdb_file
108 llvm::StringRef pdb_file;
109 if (llvm::Error e = obj->getDebugPDBInfo(pdb_info, pdb_file)) {
117 if (!FileSystem::Instance().Exists(pdb_file)) {
119 const auto pdb_name = FileSpec(pdb_file).GetFilename().GetCString();
120 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetPathAsConstString().GetStringRef();
124 auto pdb = ObjectFilePDB::loadPDBFile(std::string(pdb_file), allocator);
316 PDBFile *pdb_file;
318 pdb_file = &pdb->GetPDBFile();
322 pdb_file = m_file_up.get();
325 if (!pdb_file)
328 auto expected_index = PdbIndex::create(pdb_file);