Searched refs:FeatureOrErr (Results 1 – 1 of 1) sorted by relevance
1470 auto FeatureOrErr = llvm::object::BBAddrMap::Features::decode(E.Feature); in writeSectionContent() local1472 if (!FeatureOrErr) in writeSectionContent()1473 WithColor::warning() << toString(FeatureOrErr.takeError()); in writeSectionContent()1475 MultiBBRangeFeatureEnabled = FeatureOrErr->MultiBBRange; in writeSectionContent()