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 227 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
LLVMContext.cpp 300 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
301 pImpl->getOperandBundleTags(Tags);
Module.cpp 105 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const {
106 return Context.getOperandBundleTags(Result);

Completed in 51 milliseconds