Searched defs:CInfoSymSectionEntry (Results 1 – 1 of 1) sorted by relevance
277 struct CInfoSymSectionEntry : public SectionEntry { struct278 std::unique_ptr<CInfoSymInfo> Entry;280 CInfoSymSectionEntry(StringRef N, int32_t Flags) : SectionEntry(N, Flags) {} in CInfoSymSectionEntry() argument282 void addEntry(std::unique_ptr<CInfoSymInfo> NewEntry) { in addEntry()287 void reset() override { in reset()