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

  /external/llvm/include/llvm/IR/
LLVMContext.h 82 /// getMDKindNames - Populate client supplied SmallVector with the name for
84 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
Module.h 283 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
  /external/llvm/lib/IR/
Module.cpp 98 /// getMDKindNames - Populate client supplied SmallVector with the name for
101 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const {
102 return Context.getMDKindNames(Result);
LLVMContext.cpp 293 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const {
AsmWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 751 M->getMDKindNames(Names);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 749 M->getMDKindNames(Names);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 778 M->getMDKindNames(Names);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 499 milliseconds