Lines Matching full:action
16 def __init__(self, action, bb_name, fn_name, instr): argument
17 self.action = action
23 return self.action + self.bb_name + self.fn_name + self.instr
27 def __init__(self, action, fn_name): argument
28 self.action = action
32 return self.action + self.fn_name
36 def __init__(self, action, name, fn_name): argument
37 self.action = action
42 return self.action + self.name + self.fn_name
88 "Action",
114 row.append(x.action)
177 header_di_sp = ["File", "LLVM Pass Name", "Function Name", "Action"]
200 row.append(x.action)
263 header_di_var = ["File", "LLVM Pass Name", "Variable", "Function", "Action"]
287 row.append(x.action)
382 # "action": "drop",
387 # "action": "drop",
416 "-compress", action="store_true", help="create reduced html report"
490 action = bug["action"]
497 di_loc_bug = DILocBug(action, bb_name, fn_name, instr)
515 action = bug["action"]
520 di_sp_bug = DISPBug(action, name)
538 action = bug["action"]
544 di_var_bug = DIVarBug(action, name, fn_name)