Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DJumpTable.h78 using LabelMapType = std::map<unsigned, MCSymbol *>; variable
79 LabelMapType Labels;
95 JumpTableType Type, LabelMapType &&Labels, BinarySection &Section);
/llvm-project-15.0.7/bolt/lib/Core/
H A DJumpTable.cpp31 JumpTableType Type, LabelMapType &&Labels, in JumpTable()
H A DBinaryContext.cpp824 JumpTable::LabelMapType{{0, JTLabel}}, in getOrCreateJumpTable()
854 JumpTable::LabelMapType{{Offset, NewLabel}}, in duplicateJumpTable()