Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp81 struct XCOFFSection { struct
93 XCOFFSection(const MCSectionXCOFF *MCSec) in XCOFFSection() function
101 using CsectGroup = std::deque<XCOFFSection>;
193 std::unique_ptr<XCOFFSection> DwarfSect;
213 std::unique_ptr<XCOFFSection> Sect) in DwarfSectionEntry()
309 DenseMap<const MCSectionXCOFF *, XCOFFSection *> SectionMap;
364 const XCOFFSection &CSectionRef,
367 void writeSymbolEntryForControlSection(const XCOFFSection &CSectionRef,
370 void writeSymbolEntryForDwarfSection(const XCOFFSection &DwarfSectionRef,
406 void writeRelocation(XCOFFRelocation Reloc, const XCOFFSection &Section);
[all …]