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

  /external/llvm/include/llvm/
LLVMContext.h 53 /// getMDKindNames - Populate client supplied SmallVector with the name for
55 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
Module.h 296 /// getMDKindNames - Populate client supplied SmallVector with the name for
298 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
  /external/llvm/lib/VMCore/
LLVMContext.cpp 152 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const {
Module.cpp 122 /// getMDKindNames - Populate client supplied SmallVector with the name for
125 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const {
126 return Context.getMDKindNames(Result);
AsmWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 704 M->getMDKindNames(Names);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 742 M->getMDKindNames(Names);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 696 M->getMDKindNames(Names);
    [all...]

Completed in 216 milliseconds