Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp278 struct CInfoSymSectionEntry : public SectionEntry { struct
281 CInfoSymSectionEntry(StringRef N, int32_t Flags) : SectionEntry(N, Flags) {} in CInfoSymSectionEntry() argument
282 virtual ~CInfoSymSectionEntry() = default;
348 CInfoSymSectionEntry CInfoSymSection;
392 CInfoSymSectionEntry &CInfoSymEntry,
1628 CInfoSymSectionEntry &CInfoSymEntry, uint64_t &CurrentAddressLocation) { in writeSectionForCInfoSymSectionEntry()