Searched refs:debug_suffix (Results 1 – 3 of 3) sorted by relevance
465 debug_suffix = 'd' if self.debug_build else ''466 self.cxx.link_flags += ['-l%s%s' % (lib, debug_suffix) for lib in470 debug_suffix = 'd' if self.debug_build else ''471 self.cxx.link_flags += ['-lmsvcrt%s' % debug_suffix]
840 debug_suffix = 'd' if self.debug_build else ''841 self.cxx.link_flags += ['-l%s%s' % (lib, debug_suffix) for lib in845 debug_suffix = 'd' if self.debug_build else ''846 self.cxx.link_flags += ['-lmsvcrt%s' % debug_suffix]
623 string debug_suffix(".debug"); in ProcessSplitDwarf() local625 size_t found = path_.rfind(debug_suffix); in ProcessSplitDwarf()626 if (found + debug_suffix.length() == path_.length()) in ProcessSplitDwarf()627 dwp_path_ = dwp_path_.replace(found, debug_suffix.length(), dwp_suffix); in ProcessSplitDwarf()