Lines Matching refs:Local
368 for (const DILocal &Local : Locals) {
370 {{"FunctionName", Local.FunctionName},
371 {"Name", Local.Name},
372 {"DeclFile", Local.DeclFile},
373 {"DeclLine", int64_t(Local.DeclLine)},
374 {"Size", Local.Size ? toHex(*Local.Size) : ""},
375 {"TagOffset", Local.TagOffset ? toHex(*Local.TagOffset) : ""}});
376 if (Local.FrameOffset)
377 FrameObject["FrameOffset"] = *Local.FrameOffset;