Home
last modified time | relevance | path

Searched defs:ControlSection (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp76 struct ControlSection { struct
77 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() argument