Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h158 static MDString *getCanonicalMDString(LLVMContext &Context, StringRef S) { in getCanonicalMDString() function
254 return getImpl(Context, Tag, getCanonicalMDString(Context, Header),
476 getCanonicalMDString(Context, Name), Storage, ShouldCreate);
626 MDChecksum.emplace(CS->Kind, getCanonicalMDString(Context, CS->Value));
627 return getImpl(Context, getCanonicalMDString(Context, Filename),
628 getCanonicalMDString(Context, Directory), MDChecksum,
834 return getImpl(Context, Tag, getCanonicalMDString(Context, Name),
903 return getImpl(Context, Tag, getCanonicalMDString(Context, Name),
1033 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), File,
1188 Context, Tag, getCanonicalMDString(Context, Name), File, Line, Scope,
[all …]