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

/external/llvm/include/llvm/
H A DLLVMContext.h53 /// getMDKindNames - Populate client supplied SmallVector with the name for
55 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
H A DModule.h296 /// getMDKindNames - Populate client supplied SmallVector with the name for
298 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
/external/llvm/lib/VMCore/
H A DLLVMContext.cpp152 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);
H A DAsmWriter.cpp2023 I.getType()->getContext().getMDKindNames(MDNames);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp707 M->getMDKindNames(Names);

Completed in 341 milliseconds