Home
last modified time | relevance | path

Searched defs:type_graph (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dabi_diff_helpers.cpp30 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()
834 const AbiElementMap<const TypeIR *> &type_graph, in FindTypeById()
H A Dir_representation_internal.h75 AbiElementMap<const TypeIR *> *type_graph) { in AddToMapAndTypeGraph()
/aosp_15_r20/development/vndk/tools/header-checker/src/linker/
H A Dmodule_merger.cpp363 auto &type_graph = module.GetTypeGraph(); in DereferenceType() local