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

Completed in 241 milliseconds