Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h110 using OffsetTranslationTableTy = std::vector<std::pair<uint32_t, uint32_t>>; variable
111 std::unique_ptr<OffsetTranslationTableTy> OffsetTranslationTable;
834 OffsetTranslationTableTy &getOffsetTranslationTable() { in getOffsetTranslationTable()
838 std::make_unique<OffsetTranslationTableTy>()); in getOffsetTranslationTable()
842 const OffsetTranslationTableTy &getOffsetTranslationTable() const { in getOffsetTranslationTable()