Home
last modified time | relevance | path

Searched refs:UniqueId (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp320 unsigned UniqueId) { in create()
325 Call->UniqueId = UniqueId; in create()
337 unsigned UniqueId; member
1915 unsigned UniqueId; in lower() member
2063 Info.UniqueId = ++CurUniqueId; in lower()
2190 MaxUniqueId = std::max(MaxUniqueId, TypeIdInfo[MD].UniqueId); in lower()
2192 MaxUniqueId = std::max(MaxUniqueId, BF->UniqueId); in lower()
2218 return TypeIdInfo[M1].UniqueId < TypeIdInfo[M2].UniqueId; in lower()
2224 return F1->UniqueId < F2->UniqueId; in lower()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DDebugInfo.h655 const char *UniqueId, size_t UniqueIdLen);
753 const char *UniqueId, size_t UniqueIdLen);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DDebugInfo.cpp1197 const char *UniqueId, size_t UniqueIdLen) { in LLVMDIBuilderCreateUnionType() argument
1203 Elts, RunTimeLang, {UniqueId, UniqueIdLen})); in LLVMDIBuilderCreateUnionType()
1254 const char *UniqueId, size_t UniqueIdLen) { in LLVMDIBuilderCreateStructType() argument
1261 unwrapDI<DIType>(VTableHolder), {UniqueId, UniqueIdLen})); in LLVMDIBuilderCreateStructType()
/openbsd/src/gnu/llvm/llvm/docs/PDB/
DPdbStream.rst21 Guid UniqueId;
/openbsd/src/gnu/llvm/llvm/lib/Support/Windows/
DPath.inc538 for (unsigned UniqueId = 0; UniqueId != 200; ++UniqueId) {
539 std::string TmpFilename = (To + ".tmp" + utostr(UniqueId)).str();