| 37 | } |
| 38 | |
| 39 | std::vector<std::string> typeNames() const override { |
| 40 | return {"i32", "i1", "float", "i8*"}; // TODO: do i need more? |
| 41 | } |
| 42 | |
| 43 | Result addForwardDeclarations(llvm::Module& module) const override; |
| 44 |
nothing calls this directly
no outgoing calls
no test coverage detected