Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1470 auto FeatureOrErr = llvm::object::BBAddrMap::Features::decode(E.Feature); in writeSectionContent() local
1472 if (!FeatureOrErr) in writeSectionContent()
1473 WithColor::warning() << toString(FeatureOrErr.takeError()); in writeSectionContent()
1475 MultiBBRangeFeatureEnabled = FeatureOrErr->MultiBBRange; in writeSectionContent()