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

  /external/llvm/include/llvm/IR/
LLVMContext.h 92 /// getOperandBundleTags - Populate client supplied SmallVector with the
96 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
Module.h 307 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
    [all...]
  /external/llvm/lib/IR/
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);
LLVMContextImpl.cpp 203 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
LLVMContextImpl.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 152 milliseconds