Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp191 struct DwarfSectionEntry : public SectionEntry { struct
193 std::unique_ptr<XCOFFSection> DwarfSect;
197 uint32_t MemorySize;
203 uint64_t advanceFileOffset(const uint64_t MaxRawDataSize, in advanceFileOffset()
212 DwarfSectionEntry(StringRef N, int32_t Flags, in DwarfSectionEntry() argument