Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp829 bool HasProfile,
6010 bool HasProfile, bool HasRelBF) { in makeCallList() argument
6019 if (HasProfile) in makeCallList()
6021 } else if (HasProfile) in makeCallList()
6279 bool HasProfile = (BitCode == bitc::FS_PERMODULE_PROFILE); in parseEntireSummary() local
6283 IsOldProfileFormat, HasProfile, HasRelBF); in parseEntireSummary()
6422 bool HasProfile = (BitCode == bitc::FS_COMBINED_PROFILE); in parseEntireSummary() local
6425 IsOldProfileFormat, HasProfile, false); in parseEntireSummary()