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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  579   for (auto &P : FnDebugInfo)
 1333   auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()});
 2118   FnDebugInfo.clear();
 2832   assert(FnDebugInfo.count(&GV));
 2833   assert(CurFn == FnDebugInfo[&GV].get());
 2852     FnDebugInfo.erase(&GV);