Searched refs:getMDKindNames (Results 1 – 6 of 6) sorted by relevance
105 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
333 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
126 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const { in getMDKindNames() function in Module127 return Context.getMDKindNames(Result); in getMDKindNames()
270 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { in getMDKindNames() function in LLVMContext
4389 MDs[0].second->getContext().getMDKindNames(MDNames); in printMetadataAttachments()
2331 M.getMDKindNames(Names); in writeModuleMetadataKinds()