Searched refs:getMDKindNames (Results 1 – 6 of 6) sorted by relevance
64 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
310 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
83 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const { in getMDKindNames() function in Module84 return Context.getMDKindNames(Result); in getMDKindNames()
227 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { in getMDKindNames() function in LLVMContext
2095 I.getType()->getContext().getMDKindNames(MDNames); in printInstruction()
887 M->getMDKindNames(Names); in WriteModuleMetadataStore()