Searched refs:entry_point_name_ (Results 1 – 3 of 3) sorted by relevance
70 const std::string& entry_point_name() const { return entry_point_name_; } in entry_point_name()81 const std::string entry_point_name_; variable
278 entry_point_name_(std::move(entry_point_name)), in CpuAotCompilationOptions()
691 void SetEntryPointName(const std::string& name) { entry_point_name_ = name; } in SetEntryPointName()692 std::string GetEntryPointName() const { return entry_point_name_; } in GetEntryPointName()698 std::string entry_point_name_; variable