Searched defs:ControlSection (Results 1 – 1 of 1) sorted by relevance
65 struct ControlSection { struct66 const MCSectionXCOFF *const MCCsect;67 uint32_t SymbolTableIndex;68 uint32_t Address;69 uint32_t Size;71 SmallVector<Symbol, 1> Syms;72 StringRef getName() const { return MCCsect->getSectionName(); } in getName()73 ControlSection(const MCSectionXCOFF *MCSec) in ControlSection() function