Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1650 StringRef GdbIndexContents = BC.getGdbIndexSection()->getContents(); in updateGdbIndexSection() local
1652 const char *Data = GdbIndexContents.data(); in updateGdbIndexSection()
1706 size_t NewGdbIndexSize = GdbIndexContents.size() + Delta; in updateGdbIndexSection()
1734 memcpy(Buffer, GdbIndexContents.data() + CUTypesOffset, in updateGdbIndexSection()
1752 GdbIndexContents.data() + GdbIndexContents.size() - Data; in updateGdbIndexSection()