Searched refs:getCanonicalMDString (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 159 static MDString *getCanonicalMDString(LLVMContext &Context, StringRef S) { in getCanonicalMDString() function 257 return getImpl(Context, Tag, getCanonicalMDString(Context, Header), 479 getCanonicalMDString(Context, Name), Storage, ShouldCreate); 632 MDChecksum.emplace(CS->Kind, getCanonicalMDString(Context, CS->Value)); 633 return getImpl(Context, getCanonicalMDString(Context, Filename), 634 getCanonicalMDString(Context, Directory), MDChecksum, 869 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), 995 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), 1004 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), 1126 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), [all …]
|