Home
last modified time | relevance | path

Searched defs:CInfoSymSectionEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp276 struct CInfoSymSectionEntry : public SectionEntry { struct
277 std::unique_ptr<CInfoSymInfo> Entry;
279 CInfoSymSectionEntry(StringRef N, int32_t Flags) : SectionEntry(N, Flags) {} in CInfoSymSectionEntry() function
281 void addEntry(std::unique_ptr<CInfoSymInfo> NewEntry) { in addEntry()
286 void reset() override { in reset()