Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h894 void clearDestinationLabels() { DestinationLabels.clear(); } in clearDestinationLabels()
949 std::unordered_set<uint32_t> DestinationLabels; variable
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp705 auto RetVal = DestinationLabels.insert(Offset); in addDestinationReferenceLabel()