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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp65 struct ControlSection { struct in namespace:__anon1942
73 ControlSection(const MCSectionXCOFF *MCSec) function in struct:__anon1942::ControlSection
81 using CsectGroup = std::deque<ControlSection>;
183 const ControlSection &, int16_t,
185 void writeSymbolTableEntryForControlSection(const ControlSection &, int16_t,
294 // Maps the MC Section representation to its corresponding ControlSection
295 // wrapper. Needed for finding the ControlSection to insert an MCSymbol into
297 DenseMap<const MCSectionXCOFF *, ControlSection *> WrapperMap;
430 const Symbol &SymbolRef, const ControlSection &CSectionRef,
467 const ControlSection
[all...]

Completed in 106 milliseconds