Home
last modified time | relevance | path

Searched refs:getMDKindNames (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h105 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
H A DModule.h336 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp130 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const { in getMDKindNames() function in Module
131 return Context.getMDKindNames(Result); in getMDKindNames()
H A DLLVMContext.cpp270 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { in getMDKindNames() function in LLVMContext
H A DAsmWriter.cpp4376 MDs[0].second->getContext().getMDKindNames(MDNames); in printMetadataAttachments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2335 M.getMDKindNames(Names); in writeModuleMetadataKinds()