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.h310 std::vector<std::pair<std::string, const DIType *>> GlobalUDTs; variable
H A DCodeViewDebug.cpp698 if (!GlobalUDTs.empty()) { in endModule()
700 emitDebugInfoForUDTs(GlobalUDTs); in endModule()
1661 GlobalUDTs.emplace_back(std::move(FullyQualifiedName), Ty); in addToUDTs()
2349 GlobalUDTs.clear(); in clear()