Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DDWARFRewriter.h123 CUOffsetMap finalizeDebugSections(DebugInfoBinaryPatcher &DebugInfoPatcher);
130 void updateGdbIndexSection(CUOffsetMap &CUMap);
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h154 using CUOffsetMap = std::map<uint32_t, CUInfo>; variable
277 const CUOffsetMap &CUMap) const;
901 CUOffsetMap computeNewOffsets(DWARFContext &DWCtx, bool IsDWOContext);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp346 CUOffsetMap OffsetMap = finalizeDebugSections(*DebugInfoPatcher); in updateDebugInfo()
951 CUOffsetMap
1099 CUOffsetMap CUMap = in finalizeDebugSections()
1643 void DWARFRewriter::updateGdbIndexSection(CUOffsetMap &CUMap) { in updateGdbIndexSection()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp265 raw_svector_ostream &RangesStream, const CUOffsetMap &CUMap) const { in writeARangesSection()
832 CUOffsetMap DebugInfoBinaryPatcher::computeNewOffsets(DWARFContext &DWCtx, in computeNewOffsets()
834 CUOffsetMap CUMap; in computeNewOffsets()