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

/external/llvm/lib/IR/
H A DModule.cpp269 /// getOrInsertNamedMetadata - Return the first named MDNode in the module
272 NamedMDNode *Module::getOrInsertNamedMetadata(StringRef Name) { function in class:Module
344 return getOrInsertNamedMetadata("llvm.module.flags");
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DModule.cpp310 /// getOrInsertNamedMetadata - Return the first named MDNode in the module
313 NamedMDNode *Module::getOrInsertNamedMetadata(StringRef Name) { function in class:Module

Completed in 191 milliseconds