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

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

Completed in 156 milliseconds