Searched refs:profile_version (Results 1 – 6 of 6) sorted by relevance
148 int64_t profile_version() const { return profile_version_; } in profile_version() function149 void set_profile_version(int64_t profile_version) { in set_profile_version() argument150 profile_version_ = profile_version; in set_profile_version()
485 int64_t profile_version() const { return profile_version_; } in profile_version() function487 void set_profile_version(int64_t profile_version) { in set_profile_version() argument488 profile_version_ = profile_version; in set_profile_version()
626 [](const CompileOptions& options) { return options.profile_version; }, in BuildXlaCompilerSubmodule()627 [](CompileOptions& options, int64_t profile_version) { in BuildXlaCompilerSubmodule() argument628 options.profile_version = profile_version; in BuildXlaCompilerSubmodule()
236 int64_t profile_version = 0; member
180 if (options.profile_version != 0) { in ValidateCompileOption()
215 profile_version: int