Lines Matching refs:MCSectionWasm
110 MCSectionWasm *Section;
144 const MCSectionWasm *FixupSection; // The section the relocation is targeting.
148 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
181 MCSectionWasm *Section;
186 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection()
228 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
405 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding()
422 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation()
602 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue()
624 MCSectionWasm &DataSection) { in addData()
880 auto &FuncSection = static_cast<MCSectionWasm &>(Func.Sym->getSection()); in writeCodeSection()
1246 auto &Section = static_cast<MCSectionWasm &>(Sec); in writeObject()
1335 auto &Section = static_cast<MCSectionWasm &>(WS.getSection()); in writeObject()
1365 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeObject()
1504 const auto &WS = static_cast<const MCSectionWasm &>(S); in writeObject()