Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1387 auto FeaturesBits = static_cast<uint8_t>(PgoAnalysisMapFeatures.getBits()); in emitBBAddrMapSection() local
1388 OutStreamer->emitInt8(FeaturesBits); in emitBBAddrMapSection()
1419 if (FeaturesBits != 0) { in emitBBAddrMapSection()
1424 cantFail(object::PGOAnalysisMap::Features::decode(FeaturesBits)); in emitBBAddrMapSection()