Searched refs:GnuHashTableSection (Results 1 – 3 of 3) sorted by relevance
610 class GnuHashTableSection final : public SyntheticSection {612 GnuHashTableSection();1008 GnuHashTableSection *GnuHashTab;
2136 GnuHashTableSection::GnuHashTableSection() in GnuHashTableSection() function in GnuHashTableSection2140 void GnuHashTableSection::finalizeContents() { in finalizeContents()2159 void GnuHashTableSection::writeTo(uint8_t *Buf) { in writeTo()2185 void GnuHashTableSection::writeBloomFilter(uint8_t *Buf) { in writeBloomFilter()2198 void GnuHashTableSection::writeHashTable(uint8_t *Buf) { in writeHashTable()2230 void GnuHashTableSection::addSymbols(std::vector<SymbolTableEntry> &V) { in addSymbols()
349 In.GnuHashTab = make<GnuHashTableSection>(); in createSyntheticSections()