Lines Matching defs:Local
358 for (const DILocal &Local : Locals) {
360 {{"FunctionName", Local.FunctionName},
361 {"Name", Local.Name},
362 {"DeclFile", Local.DeclFile},
363 {"DeclLine", int64_t(Local.DeclLine)},
364 {"Size", Local.Size ? toHex(*Local.Size) : ""},
365 {"TagOffset", Local.TagOffset ? toHex(*Local.TagOffset) : ""}});
366 if (Local.FrameOffset)
367 FrameObject["FrameOffset"] = *Local.FrameOffset;