Home
last modified time | relevance | path

Searched refs:AddToODRListMap (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/repr/
Dir_representation.cpp112 AddToODRListMap(key, &(it->second), compilation_unit_path_); in AddRecordType()
123 AddToODRListMap(key, &(it->second), compilation_unit_path_); in AddFunctionType()
134 AddToODRListMap(key, (&it->second), compilation_unit_path_); in AddEnumType()
Dir_representation.h879 void AddToODRListMap(const std::string &key, const TypeIR *type_ir, in AddToODRListMap() function
/development/vndk/tools/header-checker/src/linker/
Dmodule_merger.cpp224 module_->AddToODRListMap(key, &(it->second), addend_compilation_unit_path); in UpdateUDTypeAccounting()