Lines Matching refs:MCSectionWasm
63 MCSectionWasm *Section;
98 const MCSectionWasm *FixupSection; // The section the relocation is targeting.
102 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
124 MCSectionWasm *Section;
129 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection()
229 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
474 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding()
492 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation()
687 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue()
716 MCSectionWasm &DataSection) { in addData()
1061 auto &FuncSection = static_cast<MCSectionWasm &>(Func.Sym->getSection()); in writeCodeSection()
1483 auto &Section = static_cast<MCSectionWasm &>(Sec); in writeOneObject()
1607 auto &Section = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
1645 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
1754 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
1858 const auto &WS = static_cast<const MCSectionWasm &>(S); in writeOneObject()