Home
last modified time | relevance | path

Searched refs:type_graph (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp73 const AbiElementMap<const TypeIR *> &type_graph, in ConvertTypeIdToString() argument
75 auto it = type_graph.find(type_id); in ConvertTypeIdToString()
76 if (it != type_graph.end()) { in ConvertTypeIdToString()
84 const AbiElementMap<const TypeIR *> &type_graph, in ReplaceReferencesOtherTypeIdWithName() argument
88 ConvertTypeIdToString(type_graph, element.GetReferencedType())); in ReplaceReferencesOtherTypeIdWithName()
93 const AbiElementMap<const TypeIR *> &type_graph, EnumTypeIR *enum_type_ir) { in ReplaceEnumTypeIRTypeIdsWithTypeNames() argument
96 ConvertTypeIdToString(type_graph, enum_type_ir->GetUnderlyingType())); in ReplaceEnumTypeIRTypeIdsWithTypeNames()
100 const AbiElementMap<const TypeIR *> &type_graph, in ReplaceRecordTypeIRTypeIdsWithTypeNames() argument
103 ReplaceReferencesOtherTypeIdWithName(type_graph, in ReplaceRecordTypeIRTypeIdsWithTypeNames()
106 ReplaceReferencesOtherTypeIdWithName(type_graph, in ReplaceRecordTypeIRTypeIdsWithTypeNames()
[all …]
Dir_representation_internal.h74 AbiElementMap<const TypeIR *> *type_graph) { in AddToMapAndTypeGraph() argument
77 type_graph->emplace(it.first->second.GetSelfType(), &(it.first->second)); in AddToMapAndTypeGraph()
Dabi_diff_helpers.h215 const AbiElementMap<const TypeIR *> &type_graph, LinkableMessageIR *lm);
/development/vndk/tools/header-checker/src/linker/
Dmodule_merger.cpp362 auto &type_graph = module.GetTypeGraph(); in DereferenceType() local
364 auto it = type_graph.find(type_ir->GetReferencedType()); in DereferenceType()
366 if (it == type_graph.end()) { in DereferenceType()