Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h469 using LabelsMapType = std::map<uint32_t, MCSymbol *>; variable
470 LabelsMapType Labels;
1442 const LabelsMapType &getLabels() const { return Labels; } in getLabels()