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

  /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);

Completed in 26 milliseconds