Searched refs:UDTs (Results 1 – 4 of 4) sorted by relevance
199 ArrayRef<std::pair<std::string, codeview::TypeIndex>> UDTs);
1967 ArrayRef<std::pair<std::string, TypeIndex>> UDTs) { in emitDebugInfoForUDTs() argument1968 for (const std::pair<std::string, codeview::TypeIndex> &UDT : UDTs) { in emitDebugInfoForUDTs()
265 emitDebugInfoForUDTs(ArrayRef<std::pair<std::string, const DIType *>> UDTs);
2664 ArrayRef<std::pair<std::string, const DIType *>> UDTs) { in emitDebugInfoForUDTs() argument2665 for (const auto &UDT : UDTs) { in emitDebugInfoForUDTs()