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 59 /// getMDKindNames - Populate client supplied SmallVector with the name for
61 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
Module.h 298 /// getMDKindNames - Populate client supplied SmallVector with the name for
300 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
  /external/llvm/lib/IR/
LLVMContext.cpp 163 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const {
Module.cpp 121 /// getMDKindNames - Populate client supplied SmallVector with the name for
124 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const {
125 return Context.getMDKindNames(Result);
AsmWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 841 M->getMDKindNames(Names);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 730 M->getMDKindNames(Names);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 684 M->getMDKindNames(Names);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 718 M->getMDKindNames(Names);
    [all...]

Completed in 362 milliseconds