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>>
413 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding()
431 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation()
589 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue()
619 MCSectionWasm &DataSection) { in addData()
939 auto &FuncSection = static_cast<MCSectionWasm &>(Func.Sym->getSection()); in writeCodeSection()
1362 auto &Section = static_cast<MCSectionWasm &>(Sec); in writeOneObject()
1477 auto &Section = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
1515 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
1625 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
1729 const auto &WS = static_cast<const MCSectionWasm &>(S); in writeOneObject()