Lines Matching refs:MCSectionWasm
65 MCSectionWasm *Section;
100 const MCSectionWasm *FixupSection; // The section the relocation is targeting.
104 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
126 MCSectionWasm *Section;
131 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection()
210 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
426 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding()
444 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation()
633 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue()
662 MCSectionWasm &DataSection) { in addData()
1003 auto &FuncSection = static_cast<MCSectionWasm &>(Func.Sym->getSection()); in writeCodeSection()
1426 auto &Section = static_cast<MCSectionWasm &>(Sec); in writeOneObject()
1550 auto &Section = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
1588 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
1697 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
1799 const auto &WS = static_cast<const MCSectionWasm &>(S); in writeOneObject()