Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h879 void addDestinationReferenceLabel(uint64_t Offset);
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp702 void DebugInfoBinaryPatcher::addDestinationReferenceLabel(uint64_t Offset) { in addDestinationReferenceLabel() function in llvm::bolt::DebugInfoBinaryPatcher
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp758 DebugInfoPatcher.addDestinationReferenceLabel(DestinationAddress); in updateUnitDebugInfo()