Searched refs:getDebugPDBInfo (Results 1 – 4 of 4) sorted by relevance
490 std::error_code COFFObjectFile::getDebugPDBInfo(const debug_directory *DebugDir, in getDebugPDBInfo() function in COFFObjectFile508 std::error_code COFFObjectFile::getDebugPDBInfo(const debug_pdb_info *&PDBInfo, in getDebugPDBInfo() function in COFFObjectFile512 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()
874 std::error_code getDebugPDBInfo(const debug_directory *DebugDir,882 std::error_code getDebugPDBInfo(const debug_pdb_info *&Info,
396 auto EC = CoffObject->getDebugPDBInfo(PDBInfo, PDBFileName); in getOrCreateModuleInfo()
674 error(Obj->getDebugPDBInfo(&D, PDBInfo, PDBFileName)); in printCOFFDebugDirectory()