Files
swift-mirror/include/swift/SIL/DebugUtils.h
Michael Gottesman d9f2c1ed0f [debug-info] Define DebugVarCarryingInst, a light abstraction on top of instructions that carry information about a specific debug variable.
This allows one to write high level code over the set of such instructions with
greater correctness by using exhaustive switches, methods, and keeping it light
weight by using *, -> operators to access functionality from the underlying
instruction when needed.
2021-03-30 18:57:42 -07:00

10 KiB