Home
last modified time | relevance | path

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

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