Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/DebugInfo/COFF/
Dudts-fixpoint.ll3 ; This test case caused UDTs to be discovered during UDT emission, which can
/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-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h314 emitDebugInfoForUDTs(ArrayRef<std::pair<std::string, const DIType *>> UDTs);
DCodeViewDebug.cpp2967 ArrayRef<std::pair<std::string, const DIType *>> UDTs) { in emitDebugInfoForUDTs() argument
2968 for (const auto &UDT : UDTs) { in emitDebugInfoForUDTs()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h313 const std::vector<std::pair<std::string, const DIType *>> &UDTs);
DCodeViewDebug.cpp2997 const std::vector<std::pair<std::string, const DIType *>> &UDTs) { in emitDebugInfoForUDTs() argument
2999 size_t OriginalSize = UDTs.size(); in emitDebugInfoForUDTs()
3001 for (const auto &UDT : UDTs) { in emitDebugInfoForUDTs()
3007 assert(OriginalSize == UDTs.size() && in emitDebugInfoForUDTs()
/external/llvm-project/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp182 static cl::opt<bool> UDTs("udts", cl::desc("Dump udt types"), variable
1027 if (opts::diadump::UDTs) in dumpDia()