Searched refs:getCanonicalMDString (Results 1 – 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 158 static MDString *getCanonicalMDString(LLVMContext &Context, StringRef S) { in getCanonicalMDString() function 256 return getImpl(Context, Tag, getCanonicalMDString(Context, Header), 364 return getImpl(Context, Value, getCanonicalMDString(Context, Name), Storage, 461 return getImpl(Context, getCanonicalMDString(Context, Filename), 462 getCanonicalMDString(Context, Directory), Storage, 625 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), 683 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), File, 800 Context, Tag, getCanonicalMDString(Context, Name), File, Line, Scope, 803 getCanonicalMDString(Context, Identifier), Storage, ShouldCreate); 1021 Context, SourceLanguage, File, getCanonicalMDString(Context, Producer), [all …]
|