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

Method compileIR

tests/testutil/CompileHelper.cpp:116–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool CompileHelper::compileIR() {
117
118 IRFile = std::make_unique<IRData>(SourceFiles);
119 if (!IRFile || !IRFile->Ptr)
120 return false;
121 return true;
122}
123
124std::vector<clang::ASTUnit *> CompileHelper::getASTUnits() {
125

Callers 1

createCompileHelperMethod · 0.80

Calls

no outgoing calls

Tested by 1

createCompileHelperMethod · 0.64