Searched refs:GlobalTypes (Results 1 – 7 of 7) sorted by relevance
61 StringMap<const DIE *> GlobalTypes; variable222 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()
737 GlobalTypes[FullName] = &Die; in addGlobalType()
74 StringMap<const DIE *> GlobalTypes; variable325 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()
1291 GlobalTypes[FullName] = &Die; in addGlobalType()1303 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalTypeUnitType()
72 StringMap<const DIE *> GlobalTypes; variable318 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()
1166 GlobalTypes[FullName] = &Die; in addGlobalType()1178 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalTypeUnitType()
774 mt, err := protoregistry.GlobalTypes.FindMessageByName(desc.FullName())