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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContext.cpp 142 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const {
Module.cpp 122 /// getMDKindNames - Populate client supplied SmallVector with the name for
125 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const {
126 return Context.getMDKindNames(Result);
  /external/llvm/lib/IR/
LLVMContext.cpp 292 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const {
Module.cpp 101 /// getMDKindNames - Populate client supplied SmallVector with the name for
104 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const {
105 return Context.getMDKindNames(Result);

Completed in 114 milliseconds