Searched refs:UDTs (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | udts-fixpoint.ll | 3 ; This test case caused UDTs to be discovered during UDT emission, which can
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 199 ArrayRef<std::pair<std::string, codeview::TypeIndex>> UDTs);
|
D | CodeViewDebug.cpp | 1967 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/ |
D | CodeViewDebug.h | 314 emitDebugInfoForUDTs(ArrayRef<std::pair<std::string, const DIType *>> UDTs);
|
D | CodeViewDebug.cpp | 2967 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/ |
D | CodeViewDebug.h | 313 const std::vector<std::pair<std::string, const DIType *>> &UDTs);
|
D | CodeViewDebug.cpp | 2997 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/ |
D | llvm-pdbutil.cpp | 182 static cl::opt<bool> UDTs("udts", cl::desc("Dump udt types"), variable 1027 if (opts::diadump::UDTs) in dumpDia()
|