Searched defs:getOperandBundleTags (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp203 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { function in class:LLVMContextImpl
H A DLLVMContext.cpp299 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { function in class:LLVMContext
300 pImpl->getOperandBundleTags(Tags);
H A DModule.cpp108 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const { function in class:Module
109 return Context.getOperandBundleTags(Result);

Completed in 76 milliseconds