MCPcopy Create free account
hub / github.com/Samsung/UTopia / dumpReport

Method dumpReport

tests/TestHelper.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169bool TATestHelper::dumpReport(std::string Path) {
170 if (!Analyzer)
171 return false;
172 return Analyzer->dump(Path);
173}
174
175const llvm::Module *TATestHelper::getModule() const {
176 if (Compile && Compile->getLLVMModule())

Callers 5

analyzeMethod · 0.80
generateMethod · 0.80
createLoaderMethod · 0.80
SetUpTestCaseMethod · 0.80

Calls 1

dumpMethod · 0.45

Tested by

no test coverage detected