Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h834 OffsetTranslationTableTy &getOffsetTranslationTable() { in getOffsetTranslationTable() function
842 const OffsetTranslationTableTy &getOffsetTranslationTable() const { in getOffsetTranslationTable() function
843 return const_cast<BinaryBasicBlock *>(this)->getOffsetTranslationTable(); in getOffsetTranslationTable()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp44 for (const auto &IOPair : BB.getOffsetTranslationTable()) { in writeEntriesForBB()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp638 getOffsetTranslationTable().emplace_back( in updateOutputValues()