Searched refs:FeatureOrErr (Results 1 – 1 of 1) sorted by relevance
1463 auto FeatureOrErr = llvm::object::BBAddrMap::Features::decode(E.Feature); in writeSectionContent() local1465 if (!FeatureOrErr) in writeSectionContent()1466 WithColor::warning() << toString(FeatureOrErr.takeError()); in writeSectionContent()1468 MultiBBRangeFeatureEnabled = FeatureOrErr->MultiBBRange; in writeSectionContent()1487 FeatureOrErr->CallsiteOffsets || E.hasAnyCallsiteOffsets(); in writeSectionContent()1498 if (!BBR.BBEntries || FeatureOrErr->OmitBBEntries) in writeSectionContent()