Home
last modified time | relevance | path

Searched refs:compileContextInfoPath (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/aot/
H A Doptions.cpp249 std::cerr << "The input file '" << compilerOptions_.compileContextInfoPath in ParseUpdateVersionInfo()
285 void Options::ParseCompileContextInfo(const std::string compileContextInfoPath) in ParseCompileContextInfo() argument
289 if (!util::Helpers::ReadFileToBuffer(compileContextInfoPath, ss)) { in ParseCompileContextInfo()
295 std::cerr << "The input file '" << compileContextInfoPath <<"' is incomplete format of json" << std::endl; in ParseCompileContextInfo()
301 std::cerr << "The input json file '" << compileContextInfoPath << "' content format is incorrect" << std::endl; in ParseCompileContextInfo()
305 std::cerr << "The input json file '" << compileContextInfoPath << "' content type is incorrect" << std::endl; in ParseCompileContextInfo()
436 panda::PandArg<std::string> compileContextInfoPath("compile-context-info", "", "The path to compile context"\ in Parse()
507 argparser_->Add(&compileContextInfoPath); in Parse()
703 compilerOptions_.compileContextInfoPath = compileContextInfoPath in Parse()
[all...]
H A Doptions.h150 void ParseCompileContextInfo(const std::string compileContextInfoPath);
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.h117 std::string compileContextInfoPath {};

Completed in 3 milliseconds