Searched defs:XCOFFSection (Results 1 – 1 of 1) sorted by relevance
82 struct XCOFFSection { struct83 const MCSectionXCOFF *const MCSec;84 uint32_t SymbolTableIndex;85 uint64_t Address;86 uint64_t Size;88 SmallVector<Symbol, 1> Syms;89 SmallVector<XCOFFRelocation, 1> Relocations;90 StringRef getSymbolTableName() const { return MCSec->getSymbolTableName(); } in getSymbolTableName()91 XCOFF::VisibilityType getVisibilityType() const { in getVisibilityType()94 XCOFFSection(const MCSectionXCOFF *MCSec) in XCOFFSection() argument