Home
last modified time | relevance | path

Searched refs:compilerOutput_ (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
Doptions.h96 return compilerOutput_; in CompilerOutput()
101 compilerOutput_ = compilerOutput; in SetCompilerOutput()
290 std::string compilerOutput_; variable
Doptions.cpp494 …allArgs.ParseInputOutput(compilationMode, errorMsg_, sourceFile_, parserInput_, compilerOutput_)) { in Parse()
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.h82 return compilerOutput_; in CompilerOutput()
156 std::string compilerOutput_; variable
Doptions.cpp589 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()