Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
Doptions.h86 return compilerOutput_; in CompilerOutput()
91 compilerOutput_ = compilerOutput; in SetCompilerOutput()
169 std::string compilerOutput_; variable
Doptions.cpp289 compilerOutput_ = outputFile.GetValue(); in Parse()
291 compilerOutput_ = RemoveExtension(BaseName(sourceFile_)).append(".abc"); in Parse()
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.h80 return compilerOutput_; in CompilerOutput()
140 std::string compilerOutput_; variable
Doptions.cpp376 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()