Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h167 GlobalUDTs; variable
DCodeViewDebug.cpp402 if (!GlobalUDTs.empty()) { in endModule()
404 emitDebugInfoForUDTs(GlobalUDTs); in endModule()
916 GlobalUDTs.emplace_back(std::move(FullyQualifiedName), TI); in addToUDTs()
1479 GlobalUDTs.clear(); in clear()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h223 std::vector<std::pair<std::string, const DIType *>> GlobalUDTs; variable
DCodeViewDebug.cpp497 if (!GlobalUDTs.empty()) { in endModule()
499 emitDebugInfoForUDTs(GlobalUDTs); in endModule()
1308 GlobalUDTs.emplace_back(std::move(FullyQualifiedName), Ty); in addToUDTs()
1930 GlobalUDTs.clear(); in clear()