Searched refs:UniqueId (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 314 unsigned UniqueId) { in create() 319 Call->UniqueId = UniqueId; in create() 331 unsigned UniqueId; member 1826 unsigned UniqueId; in lower() member 1974 Info.UniqueId = ++CurUniqueId; in lower() 2086 MaxUniqueId = std::max(MaxUniqueId, TypeIdInfo[MD].UniqueId); in lower() 2088 MaxUniqueId = std::max(MaxUniqueId, BF->UniqueId); in lower() 2118 return TypeIdInfo[M1].UniqueId < TypeIdInfo[M2].UniqueId; in lower() 2124 return F1->UniqueId < F2->UniqueId; in lower()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 623 const char *UniqueId, size_t UniqueIdLen); 721 const char *UniqueId, size_t UniqueIdLen);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 977 const char *UniqueId, size_t UniqueIdLen) { in LLVMDIBuilderCreateUnionType() argument 983 Elts, RunTimeLang, {UniqueId, UniqueIdLen})); in LLVMDIBuilderCreateUnionType() 1034 const char *UniqueId, size_t UniqueIdLen) { in LLVMDIBuilderCreateStructType() argument 1041 unwrapDI<DIType>(VTableHolder), {UniqueId, UniqueIdLen})); in LLVMDIBuilderCreateStructType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 492 for (unsigned UniqueId = 0; UniqueId != 200; ++UniqueId) { 493 std::string TmpFilename = (To + ".tmp" + utostr(UniqueId)).str();
|