Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp293 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContext
294 pImpl->getOperandBundleTags(Tags); in getOperandBundleTags()
H A DLLVMContextImpl.cpp190 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContextImpl
H A DModule.cpp192 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const { in getOperandBundleTags() function in Module
193 return Context.getOperandBundleTags(Result); in getOperandBundleTags()
H A DLLVMContextImpl.h1827 void getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h114 LLVM_ABI void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
H A DModule.h365 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2730 M.getOperandBundleTags(Tags); in writeOperandBundleTags()