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 293 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const {
Module.cpp 98 /// getMDKindNames - Populate client supplied SmallVector with the name for
101 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const {
102 return Context.getMDKindNames(Result);

Completed in 321 milliseconds