Searched refs:getMDKindNames (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
H A DLLVMContext.h62 /// getMDKindNames - Populate client supplied SmallVector with the name for
64 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
H A DModule.h310 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
/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);
H A DAsmWriter.cpp2095 I.getType()->getContext().getMDKindNames(MDNames);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp887 M->getMDKindNames(Names);

Completed in 3240 milliseconds