Searched refs:AddToODRListMap (Results 1 – 3 of 3) sorted by relevance
/development/vndk/tools/header-checker/src/repr/ |
D | ir_representation.cpp | 112 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()
|
D | ir_representation.h | 879 void AddToODRListMap(const std::string &key, const TypeIR *type_ir, in AddToODRListMap() function
|
/development/vndk/tools/header-checker/src/linker/ |
D | module_merger.cpp | 224 module_->AddToODRListMap(key, &(it->second), addend_compilation_unit_path); in UpdateUDTypeAccounting()
|