Searched refs:compilerOutput_ (Results 1 – 4 of 4) sorted by relevance
96 return compilerOutput_; in CompilerOutput()101 compilerOutput_ = compilerOutput; in SetCompilerOutput()290 std::string compilerOutput_; variable
494 …allArgs.ParseInputOutput(compilationMode, errorMsg_, sourceFile_, parserInput_, compilerOutput_)) { in Parse()
82 return compilerOutput_; in CompilerOutput()156 std::string compilerOutput_; variable
589 compilerOutput_ = ""; in Parse()591 compilerOutput_ = outputFile.GetValue(); in Parse()593 compilerOutput_ = RemoveExtension(util::Helpers::BaseName(sourceFile_)).append(".abc"); in Parse()599 recordName_ = compilerOutput_.empty() ? "Base64Output" : in Parse()600 RemoveExtension(util::Helpers::BaseName(compilerOutput_)); in Parse()687 compilerOptions_.output = compilerOutput_; in Parse()