Searched refs:getCanonicalMDString (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 153 static MDString *getCanonicalMDString(LLVMContext &Context, StringRef S) { in getCanonicalMDString() function 247 return getImpl(Context, Tag, getCanonicalMDString(Context, Header), 465 getCanonicalMDString(Context, Name), Storage, ShouldCreate); 615 MDChecksum.emplace(CS->Kind, getCanonicalMDString(Context, CS->Value)); 616 return getImpl(Context, getCanonicalMDString(Context, Filename), 617 getCanonicalMDString(Context, Directory), MDChecksum, 822 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), 891 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), 987 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), File, 1119 Context, Tag, getCanonicalMDString(Context, Name), File, Line, Scope, [all …]
|