Searched defs:type_graph (Results 1 – 3 of 3) sorted by relevance
30 const AbiElementMap<const TypeIR *> &type_graph, in ConvertTypeIdToString()41 const AbiElementMap<const TypeIR *> &type_graph, in ReplaceReferencesOtherTypeIdWithName()50 const AbiElementMap<const TypeIR *> &type_graph, EnumTypeIR *enum_type_ir) { in ReplaceEnumTypeIRTypeIdsWithTypeNames()57 const AbiElementMap<const TypeIR *> &type_graph, in ReplaceRecordTypeIRTypeIdsWithTypeNames()71 const AbiElementMap<const TypeIR *> &type_graph, in ReplaceGlobalVarTypeIdsWithTypeNames()79 const AbiElementMap<const TypeIR *> &type_graph, FunctionIR *function_ir) { in ReplaceFunctionTypeIdsWithTypeNames()92 const AbiElementMap<const TypeIR *> &type_graph, in ReplaceTypeIdsWithTypeNames()808 const AbiElementMap<const TypeIR *> &type_graph, in FindTypeById()
75 AbiElementMap<const TypeIR *> *type_graph) { in AddToMapAndTypeGraph()
363 auto &type_graph = module.GetTypeGraph(); in DereferenceType() local