Lines Matching refs:mod_
477 if (clang_loader.parse(&mod_, *ts_, file, in_memory, cflags, ncflags, id_,
490 if (clang_loader.parse(&mod_, *ts_, text, true, nullptr, 0, "", *func_src_,
497 for (auto fn = mod_->getFunctionList().begin(); fn != mod_->getFunctionList().end(); ++fn)
511 for (auto fn = mod_->getFunctionList().begin(); fn != mod_->getFunctionList().end(); ++fn)
524 GlobalValue *gvar = mod_->getNamedValue(table.name);
616 Module *mod = &*mod_;
624 EngineBuilder builder(move(mod_));
984 if (int rc = b_loader.parse(&*mod_, filename, proto_filename, *ts_, id_,