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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  153 static gcp_map_type &getGCMap(void *&P) {
  155     P = new gcp_map_type();
  195     gcp_map_type &GCMap = getGCMap(GCMetadataPrinters);
 3057   gcp_map_type &GCMap = getGCMap(GCMetadataPrinters);
 3058   gcp_map_type::iterator GCPI = GCMap.find(&S);