Home
last modified time | relevance | path

Searched refs:json_frame (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py111 def __init__(self, json_frame): argument
112 self.lctx_id = json_frame['lctx_id']
113 self.caption = json_frame['location_context']
114 self.decl = json_frame['calling']
115 self.loc = SourceLocation(json_frame['location']) \
116 if json_frame['location'] is not None else None
131 def __init__(self, json_frame): argument
132 self.location_context = LocationContext(json_frame)
135 b['value']) for b in json_frame['items']]
136 if json_frame['items'] is not None else [])
/llvm-project-15.0.7/lldb/examples/python/
H A Dcrashlog.py511 for json_frame in json_frames:
512 image_id = int(json_frame['imageIndex'])
519 frame_offset = int(json_frame['imageOffset'])