HomeSort by relevance Sort by last modified time
    Searched defs:getOperandBundleTags (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
LLVMContextImpl.cpp 203 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
LLVMContext.cpp 299 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
300 pImpl->getOperandBundleTags(Tags);
Module.cpp 108 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const {
109 return Context.getOperandBundleTags(Result);

Completed in 64 milliseconds