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