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

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DLLVMContext.cpp142 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { function in class:LLVMContext
H A DModule.cpp122 /// getMDKindNames - Populate client supplied SmallVector with the name for
125 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const { function in class:Module
126 return Context.getMDKindNames(Result);
/external/llvm/lib/IR/
H A DLLVMContext.cpp292 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { function in class:LLVMContext
H A DModule.cpp101 /// getMDKindNames - Populate client supplied SmallVector with the name for
104 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const { function in class:Module
105 return Context.getMDKindNames(Result);

Completed in 343 milliseconds