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.cpp277 struct CInfoSymSectionEntry : public SectionEntry { struct
278 std::unique_ptr<CInfoSymInfo> Entry;
280 CInfoSymSectionEntry(StringRef N, int32_t Flags) : SectionEntry(N, Flags) {} in CInfoSymSectionEntry() argument
282 void addEntry(std::unique_ptr<CInfoSymInfo> NewEntry) { in addEntry()
287 void reset() override { in reset()