Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp277 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContext
278 pImpl->getOperandBundleTags(Tags); in getOperandBundleTags()
H A DLLVMContextImpl.cpp197 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContextImpl
H A DModule.cpp130 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const { in getOperandBundleTags() function in Module
131 return Context.getOperandBundleTags(Result); in getOperandBundleTags()
H A DLLVMContextImpl.h1483 void getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h111 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
H A DModule.h338 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2357 M.getOperandBundleTags(Tags); in writeOperandBundleTags()