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

/external/llvm/lib/VMCore/
H A DModule.cpp309 /// getOrInsertNamedMetadata - Return the first named MDNode in the module
312 NamedMDNode *Module::getOrInsertNamedMetadata(StringRef Name) { function in class:Module
357 return getOrInsertNamedMetadata("llvm.module.flags");

Completed in 39 milliseconds