MCPcopy Create free account
hub / github.com/chigraph/chigraph / ~LangModule

Method ~LangModule

libchigraph/src/LangModule.cpp:875–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873}
874
875LangModule::~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.
883DataType LangModule::typeFromName(boost::string_view name) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected