HomeSort by: relevance | last modified time | path
    Searched refs:getOperandBundleTags (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h 107 /// getOperandBundleTags - Populate client supplied SmallVector with the
111 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
Module.h 338 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp 277 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
278 pImpl->getOperandBundleTags(Tags);
LLVMContextImpl.cpp 197 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
Module.cpp 130 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const {
131 return Context.getOperandBundleTags(Result);
LLVMContextImpl.h 1483 void getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const;
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 2357 M.getOperandBundleTags(Tags);

Completed in 20 milliseconds