HomeSort by relevance Sort by last modified time
    Searched defs:getNamedMetadata (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Module.cpp 301 /// getNamedMetadata - Return the first NamedMDNode in the module with the
304 NamedMDNode *Module::getNamedMetadata(const Twine &Name) const {
  /external/llvm/lib/IR/
Module.cpp 260 /// getNamedMetadata - Return the first NamedMDNode in the module with the
263 NamedMDNode *Module::getNamedMetadata(const Twine &Name) const {
337 return getNamedMetadata("llvm.module.flags");

Completed in 442 milliseconds