Searched defs:type_graph (Results 1 – 3 of 3) sorted by relevance
74 AbiElementMap<const TypeIR *> *type_graph) { in AddToMapAndTypeGraph()
73 const AbiElementMap<const TypeIR *> &type_graph, in ConvertTypeIdToString()84 const AbiElementMap<const TypeIR *> &type_graph, in ReplaceReferencesOtherTypeIdWithName()93 const AbiElementMap<const TypeIR *> &type_graph, EnumTypeIR *enum_type_ir) { in ReplaceEnumTypeIRTypeIdsWithTypeNames()100 const AbiElementMap<const TypeIR *> &type_graph, in ReplaceRecordTypeIRTypeIdsWithTypeNames()114 const AbiElementMap<const TypeIR *> &type_graph, in ReplaceGlobalVarTypeIdsWithTypeNames()122 const AbiElementMap<const TypeIR *> &type_graph, FunctionIR *function_ir) { in ReplaceFunctionTypeIdsWithTypeNames()135 const AbiElementMap<const TypeIR *> &type_graph, in ReplaceTypeIdsWithTypeNames()
362 auto &type_graph = module.GetTypeGraph(); in DereferenceType() local