Searched refs:PF_SAMPLE (Results 1 – 6 of 6) sorted by relevance
113 if (YamlBP.Header.Flags & BinaryFunction::PF_SAMPLE) { in parseFunctionProfile()221 if (YamlBP.Header.Flags & BinaryFunction::PF_SAMPLE) { in parseFunctionProfile()
364 BF.ProfileFlags = BinaryFunction::PF_SAMPLE; in readProfile()
640 const auto Flags = opts::BasicAggregation ? BinaryFunction::PF_SAMPLE in processProfile()
175 io.bitSetCase(value, "sample", BinaryFunction::PF_SAMPLE);
123 llvm::bolt::BinaryFunction::PF_SAMPLE; in mergeProfileHeaders()
133 PF_SAMPLE = 2, /// Non-LBR sample-based profile. enumerator