Home | History | Annotate | Download | only in opt-viewer

Lines Matching defs:File

61 def make_link(File, Line):
62 return "\"{}#L{}\"".format(html_file_name(File), Line)
90 # This handles [{'Caller': ..., 'DebugLoc': { 'File': ... }}]
99 # (('DebugLoc', (('File', ...) ... ))) -> [{'DebugLoc': {'File': ...} ....}]
119 def File(self):
120 return self.DebugLoc['File']
132 return "{}:{}:{}".format(self.File, self.Line, self.Column)
140 return make_link(self.File, self.Line)
157 make_link(dl_dict['File'], dl_dict['Line']), value)
188 return (self.__class__, self.PassWithDiffPrefix, self.Name, self.File,
247 file_remarks[remark.File][remark.Line].append(remark)
249 # If we're reading a back a diff yaml file, max_hotness is already
251 # in the file.
295 for file in files:
296 if fnmatch.fnmatch(file, "*.opt.yaml"):
297 all.append(os.path.join(dir, file))