Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1709 auto *NewGdbIndexContents = new uint8_t[NewGdbIndexSize]; in updateGdbIndexSection() local
1710 uint8_t *Buffer = NewGdbIndexContents; in updateGdbIndexSection()
1753 assert(Buffer + TrailingSize == NewGdbIndexContents + NewGdbIndexSize && in updateGdbIndexSection()
1760 BC.registerOrUpdateNoteSection(".gdb_index", NewGdbIndexContents, in updateGdbIndexSection()