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

References

lib/IR/DebugInfo.cpp
  496     auto *Scope = map(MLD->getScope());
  497     auto *InlinedAt = map(MLD->getInlinedAt());
  498     if (MLD->isDistinct())
  499       return DILocation::getDistinct(MLD->getContext(), MLD->getLine(),
  499       return DILocation::getDistinct(MLD->getContext(), MLD->getLine(),
  500                                      MLD->getColumn(), Scope, InlinedAt);
  501     return DILocation::get(MLD->getContext(), MLD->getLine(), MLD->getColumn(),
  501     return DILocation::get(MLD->getContext(), MLD->getLine(), MLD->getColumn(),
  501     return DILocation::get(MLD->getContext(), MLD->getLine(), MLD->getColumn(),