Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h96 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
DModule.h317 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h99 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp126 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const { in getMDKindNames() function in Module
127 return Context.getMDKindNames(Result); in getMDKindNames()
DLLVMContext.cpp257 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { in getMDKindNames() function in LLVMContext
DAsmWriter.cpp4102 MDs[0].second->getContext().getMDKindNames(MDNames); in printMetadataAttachments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2198 M.getMDKindNames(Names); in writeModuleMetadataKinds()