Home
last modified time | relevance | path

Searched refs:GlobalUDTs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h305 std::vector<std::pair<std::string, const DIType *>> GlobalUDTs; variable
H A DCodeViewDebug.cpp680 if (!GlobalUDTs.empty()) { in endModule()
682 emitDebugInfoForUDTs(GlobalUDTs); in endModule()
1647 GlobalUDTs.emplace_back(std::move(FullyQualifiedName), Ty); in lowerType()
2335 GlobalUDTs.clear(); in collectMemberInfo()