Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1273 std::string PGOString; in constructPGOLabelString() local
1274 raw_string_ostream PGOSS(PGOString); in constructPGOLabelString()
1308 return PGOString; in constructPGOLabelString()
1334 std::string PGOString; in collectBBAddrMapLabels() local
1337 PGOString = constructPGOLabelString(PGOIter->second, I); in collectBBAddrMapLabels()
1339 Labels[BBAddress].push_back({LabelString, PGOString}); in collectBBAddrMapLabels()