Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1665 const uint32_t CUTypesOffset = read32le(Data + 8); in updateGdbIndexSection() local
1673 const uint32_t CUListSize = CUTypesOffset - CUListOffset; in updateGdbIndexSection()
1693 Data += SymbolTableOffset - CUTypesOffset; in updateGdbIndexSection()
1714 write32le(Buffer + 8, CUTypesOffset); in updateGdbIndexSection()
1734 memcpy(Buffer, GdbIndexContents.data() + CUTypesOffset, in updateGdbIndexSection()
1735 AddressTableOffset - CUTypesOffset); in updateGdbIndexSection()
1736 Buffer += AddressTableOffset - CUTypesOffset; in updateGdbIndexSection()