Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1442 const LabelsMapType &getLabels() const { return Labels; } in getLabels() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp2869 for (const std::pair<const uint32_t, MCSymbol *> &KV : getLabels()) in setTrapOnEntry()