Home
last modified time | relevance | path

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

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