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.cpp1463 auto FeatureOrErr = llvm::object::BBAddrMap::Features::decode(E.Feature); in writeSectionContent() local
1465 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()