Searched defs:getNamedMetadata (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 103 milliseconds