| 118 | 32, 32, 0, DINode::FlagZero, nullptr, 0, nullptr, nullptr, ""); |
| 119 | } |
| 120 | Function *getFunction(StringRef Name) { |
| 121 | return cast<Function>(M.getOrInsertFunction( |
| 122 | Name, FunctionType::get(Type::getVoidTy(Context), None, false))); |
| 123 | } |
| 124 | }; |
| 125 | typedef MetadataTest MDStringTest; |
| 126 |