Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp65 struct ControlSection { struct
66 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