Searched refs:getMDKindNames (Results 1 – 6 of 6) sorted by relevance
70 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
329 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()
246 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { in getMDKindNames() function in LLVMContext
2964 I.getType()->getContext().getMDKindNames(MDNames); in printInstruction()
1311 M->getMDKindNames(Names); in WriteModuleMetadataStore()