Searched refs:getMDKindNames (Results 1 – 6 of 6) sorted by relevance
124 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
316 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
127 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const { in getMDKindNames() function in Module128 return Context.getMDKindNames(Result); in getMDKindNames()
276 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { in getMDKindNames() function in LLVMContext
3961 MDs[0].second->getContext().getMDKindNames(MDNames); in printMetadataAttachments()
2148 M.getMDKindNames(Names); in writeModuleMetadataKinds()