HomeSort by: relevance | last modified time | path
    Searched refs:GlobalUDTs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 271 std::vector<std::pair<std::string, const DIType *>> GlobalUDTs;
CodeViewDebug.cpp 626 if (!GlobalUDTs.empty()) {
628 emitDebugInfoForUDTs(GlobalUDTs);
1524 GlobalUDTs.emplace_back(std::move(FullyQualifiedName), Ty);
2175 GlobalUDTs.clear();

Completed in 21 milliseconds