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 62 /// getMDKindNames - Populate client supplied SmallVector with the name for
64 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
Module.h 310 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
  /external/llvm/lib/IR/
LLVMContext.cpp 227 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const {
Module.cpp 80 /// getMDKindNames - Populate client supplied SmallVector with the name for
83 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const {
84 return Context.getMDKindNames(Result);
AsmWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 725 M->getMDKindNames(Names);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 679 M->getMDKindNames(Names);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 713 M->getMDKindNames(Names);
    [all...]

Completed in 386 milliseconds