| 873 | } |
| 874 | |
| 875 | LangModule::~LangModule() { |
| 876 | #if LLVM_VERSION_LESS_EQUAL(3, 6) |
| 877 | // free those newed pointers |
| 878 | for (const auto& ptr : mDebugTypes) { delete ptr.second; } |
| 879 | #endif |
| 880 | } |
| 881 | |
| 882 | // the lang module just has the basic llvm types. |
| 883 | DataType LangModule::typeFromName(boost::string_view name) { |
nothing calls this directly
no outgoing calls
no test coverage detected