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

/external/llvm/lib/IR/
H A DModule.cpp260 /// getNamedMetadata - Return the first NamedMDNode in the module with the
263 NamedMDNode *Module::getNamedMetadata(const Twine &Name) const { function in class:Module
337 return getNamedMetadata("llvm.module.flags");
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DModule.cpp301 /// getNamedMetadata - Return the first NamedMDNode in the module with the
304 NamedMDNode *Module::getNamedMetadata(const Twine &Name) const { function in class:Module

Completed in 100 milliseconds