Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h93 std::optional<unsigned> VersionOverride = std::nullopt,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp30 raw_ostream &Out, std::optional<unsigned> VersionOverride, in PGOCtxProfileWriter() argument
73 const auto Version = VersionOverride.value_or(CurrentVersion); in PGOCtxProfileWriter()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h314 const uint64_t *VersionOverride);
H A DInstrProfilingFile.c1286 const uint64_t *VersionOverride) { in __llvm_write_custom_profile() argument
1369 if (VersionOverride) in __llvm_write_custom_profile()
1370 Version = *VersionOverride; in __llvm_write_custom_profile()