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

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

Completed in 118 milliseconds