Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/abc2program/
Dabc2program_options.cpp57 input_file_path_ = input_file.GetValue(); in Parse()
59 if (input_file_path_.empty() || output_file_path_.empty()) { in Parse()
82 return input_file_path_; in GetInputFilePath()
Dabc2program_driver.cpp42 input_file_path_ = input_file_path; in Compile()
56 dumper.SetAbcFilePath(input_file_path_); in Dump()
Dabc2program_options.h35 std::string input_file_path_; variable
Dabc2program_driver.h36 std::string input_file_path_; variable