Searched defs:getMDKindNames (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DLLVMContext.cpp227 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { function in class:LLVMContext
H A DModule.cpp80 /// getMDKindNames - Populate client supplied SmallVector with the name for
83 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const { function in class:Module
84 return Context.getMDKindNames(Result);

Completed in 80 milliseconds