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()
688 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue()
717 MCSectionWasm &DataSection) { in addData()
1063 auto *FuncSection = static_cast<MCSectionWasm *>(Func.Section); in writeCodeSection()
1482 auto &Section = static_cast<MCSectionWasm &>(Sec); in writeOneObject()
1601 auto &Section = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
1639 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
1748 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
1852 const auto &WS = static_cast<const MCSectionWasm &>(S); in writeOneObject()