Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h199 ArrayRef<std::pair<std::string, codeview::TypeIndex>> UDTs);
DCodeViewDebug.cpp1967 ArrayRef<std::pair<std::string, TypeIndex>> UDTs) { in emitDebugInfoForUDTs() argument
1968 for (const std::pair<std::string, codeview::TypeIndex> &UDT : UDTs) { in emitDebugInfoForUDTs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h265 emitDebugInfoForUDTs(ArrayRef<std::pair<std::string, const DIType *>> UDTs);
DCodeViewDebug.cpp2664 ArrayRef<std::pair<std::string, const DIType *>> UDTs) { in emitDebugInfoForUDTs() argument
2665 for (const auto &UDT : UDTs) { in emitDebugInfoForUDTs()