Searched refs:eraseNamedMetadata (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DModule.h404 /// eraseNamedMetadata - Remove the given NamedMDNode from this module
406 void eraseNamedMetadata(NamedMDNode *NMD);
/external/llvm/lib/IR/
H A DModule.cpp304 /// eraseNamedMetadata - Remove the given NamedMDNode from this module and
306 void Module::eraseNamedMetadata(NamedMDNode *NMD) { function in class:Module
H A DMetadata.cpp558 getParent()->eraseNamedMetadata(this);
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp132 M->eraseNamedMetadata(Node);

Completed in 127 milliseconds