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

/external/llvm/lib/VMCore/
H A DModule.cpp300 /// getNamedMetadata - Return the first NamedMDNode in the module with the
303 NamedMDNode *Module::getNamedMetadata(const Twine &Name) const { function in class:Module
350 return getNamedMetadata("llvm.module.flags");

Completed in 50 milliseconds