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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h 103 /// getMDKindNames - Populate client supplied SmallVector with the name for
105 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
Module.h 333 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Module.cpp 123 /// getMDKindNames - Populate client supplied SmallVector with the name for
126 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const {
127 return Context.getMDKindNames(Result);
LLVMContext.cpp 270 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const {
AsmWriter.cpp 4389 MDs[0].second->getContext().getMDKindNames(MDNames);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 2331 M.getMDKindNames(Names);

Completed in 34 milliseconds