Searched refs:getCanonicalMDString (Results 1 – 3 of 3) 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 …]
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 141 static MDString *getCanonicalMDString(LLVMContext &Context, StringRef S) { in getCanonicalMDString() function 234 return getImpl(Context, Tag, getCanonicalMDString(Context, Header), 426 getCanonicalMDString(Context, Name), Storage, ShouldCreate); 578 MDChecksum.emplace(CS->Kind, getCanonicalMDString(Context, CS->Value)); 579 return getImpl(Context, getCanonicalMDString(Context, Filename), 580 getCanonicalMDString(Context, Directory), MDChecksum, 581 Source ? Optional<MDString *>(getCanonicalMDString(Context, *Source)) : None, 781 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), 849 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), 933 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), File, [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 141 static MDString *getCanonicalMDString(LLVMContext &Context, StringRef S) { in getCanonicalMDString() function 232 return getImpl(Context, Tag, getCanonicalMDString(Context, Header), 364 getCanonicalMDString(Context, Name), Storage, ShouldCreate); 506 MDChecksum.emplace(CS->Kind, getCanonicalMDString(Context, CS->Value)); 507 return getImpl(Context, getCanonicalMDString(Context, Filename), 508 getCanonicalMDString(Context, Directory), MDChecksum, 509 Source ? Optional<MDString *>(getCanonicalMDString(Context, *Source)) : None, 708 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), 779 return getImpl(Context, Tag, getCanonicalMDString(Context, Name), File, 924 Context, Tag, getCanonicalMDString(Context, Name), File, Line, Scope, [all …]
|