Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp297 DwoDebugInfoPatcher->addUnitBaseOffsetLabel((*SplitCU)->getOffset()); in updateDebugInfo()
323 DebugInfoPatcher->addUnitBaseOffsetLabel(Unit->getOffset()); in updateDebugInfo()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h876 void addUnitBaseOffsetLabel(uint64_t Offset);
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp696 void DebugInfoBinaryPatcher::addUnitBaseOffsetLabel(uint64_t Offset) { in addUnitBaseOffsetLabel() function in llvm::bolt::DebugInfoBinaryPatcher