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

References

lib/IR/DebugInfo.cpp
  418   MDNode *mapNode(Metadata *N) { return dyn_cast_or_null<MDNode>(map(N)); }
  427     auto *FileAndScope = cast_or_null<DIFile>(map(MDS->getFile()));
  430     auto *Type = cast_or_null<DISubroutineType>(map(MDS->getType()));
  432         cast_or_null<DIType>(map(MDS->getContainingType()));
  433     auto *Unit = cast_or_null<DICompileUnit>(map(MDS->getUnit()));
  480     auto *File = cast_or_null<DIFile>(map(CU->getFile()));
  496     auto *Scope = map(MLD->getScope());
  497     auto *InlinedAt = map(MLD->getInlinedAt());
  511         Ops.push_back(map(I));