Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp76 struct ControlSection { struct
85 ControlSection(const MCSectionXCOFF *MCSec) in ControlSection() function
93 using CsectGroup = std::deque<ControlSection>;
165 DenseMap<const MCSectionXCOFF *, ControlSection *> SectionMap;
209 const ControlSection &, int16_t,
211 void writeSymbolTableEntryForControlSection(const ControlSection &, int16_t,
218 void writeRelocation(XCOFFRelocation Reloc, const ControlSection &CSection);
597 const Symbol &SymbolRef, const ControlSection &CSectionRef, in writeSymbolTableEntryForCsectMemberLabel()
634 const ControlSection &CSectionRef, int16_t SectionIndex, in writeSymbolTableEntryForControlSection()
721 const ControlSection &CSection) { in writeRelocation()