Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4124 const size_t SHStrTabSize = SHStrTab.getSize(); in finalizeSectionStringTable() local
4125 uint8_t *DataCopy = new uint8_t[SHStrTabSize]; in finalizeSectionStringTable()
4126 memset(DataCopy, 0, SHStrTabSize); in finalizeSectionStringTable()
4130 SHStrTabSize, in finalizeSectionStringTable()