Searched defs:ControlSection (Results 1 – 1 of 1) sorted by relevance
76 struct ControlSection { struct77 const MCSectionXCOFF *const MCCsect;78 uint32_t SymbolTableIndex;79 uint32_t Address;80 uint32_t Size;82 SmallVector<Symbol, 1> Syms;83 SmallVector<XCOFFRelocation, 1> Relocations;84 StringRef getSymbolTableName() const { return MCCsect->getSymbolTableName(); } in getSymbolTableName()85 ControlSection(const MCSectionXCOFF *MCSec) in ControlSection() function