Searched refs:getMDKindNames (Results 1 – 6 of 6) sorted by relevance
84 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
283 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
101 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const { in getMDKindNames() function in Module102 return Context.getMDKindNames(Result); in getMDKindNames()
293 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { in getMDKindNames() function in LLVMContext
3127 TheModule->getMDKindNames(MDNames); in printMetadataAttachments()
1429 M->getMDKindNames(Names); in WriteModuleMetadataStore()