Searched refs:getMDKindNames (Results 1 – 7 of 7) sorted by relevance
96 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
317 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
99 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()
257 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { in getMDKindNames() function in LLVMContext
4102 MDs[0].second->getContext().getMDKindNames(MDNames); in printMetadataAttachments()
2198 M.getMDKindNames(Names); in writeModuleMetadataKinds()