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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp830 bool HasProfile,
5754 bool HasProfile, bool HasRelBF) {
5763 if (HasProfile)
5765 } else if (HasProfile)
6023 bool HasProfile = (BitCode == bitc::FS_PERMODULE_PROFILE); local
6027 IsOldProfileFormat, HasProfile, HasRelBF);
6166 bool HasProfile = (BitCode == bitc::FS_COMBINED_PROFILE); local
6169 IsOldProfileFormat, HasProfile, false);
5752 makeCallList(ArrayRef<uint64_t> Record, bool IsOldProfileFormat, bool HasProfile, bool HasRelBF) argument

Completed in 123 milliseconds