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

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

Completed in 57 milliseconds