Searched refs:compilerOutput_ (Results 1 – 4 of 4) sorted by relevance
86 return compilerOutput_; in CompilerOutput()91 compilerOutput_ = compilerOutput; in SetCompilerOutput()169 std::string compilerOutput_; variable
289 compilerOutput_ = outputFile.GetValue(); in Parse()291 compilerOutput_ = RemoveExtension(BaseName(sourceFile_)).append(".abc"); in Parse()
80 return compilerOutput_; in CompilerOutput()140 std::string compilerOutput_; variable
376 compilerOutput_ = ""; in Parse()378 compilerOutput_ = outputFile.GetValue(); in Parse()380 compilerOutput_ = RemoveExtension(util::Helpers::BaseName(sourceFile_)).append(".abc"); in Parse()386 recordName_ = compilerOutput_.empty() ? "Base64Output" : in Parse()387 RemoveExtension(util::Helpers::BaseName(compilerOutput_)); in Parse()462 compilerOptions_.output = compilerOutput_; in Parse()