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