Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h150 static MDString *getCanonicalMDString(LLVMContext &Context, StringRef S) { in getCanonicalMDString() function
243 return getImpl(Context, Tag, getCanonicalMDString(Context, Header),
433 getCanonicalMDString(Context, Name), Storage, ShouldCreate);
585 MDChecksum.emplace(CS->Kind, getCanonicalMDString(Context, CS->Value));
586 return getImpl(Context, getCanonicalMDString(Context, Filename),
587 getCanonicalMDString(Context, Directory), MDChecksum,
588 Source ? Optional<MDString *>(getCanonicalMDString(Context, *Source)) : None,
788 return getImpl(Context, Tag, getCanonicalMDString(Context, Name),
856 return getImpl(Context, Tag, getCanonicalMDString(Context, Name),
940 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), File,
[all …]