reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2765   if (!Locals && !Globals)
 2791     if (Locals)
 2792       ParentLocals.append(Locals->begin(), Locals->end());
 2792       ParentLocals.append(Locals->begin(), Locals->end());
 2819   if (Locals)
 2820     Block.Locals = std::move(*Locals);