Lines Matching refs:MCSectionWasm
23 #include "llvm/MC/MCSectionWasm.h"
62 MCSectionWasm *Section;
97 const MCSectionWasm *FixupSection; // The section the relocation is targeting.
101 const MCSectionWasm *FixupSection)
123 MCSectionWasm *Section;
128 WasmCustomSection(StringRef Name, MCSectionWasm *Section)
228 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
470 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection());
487 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent());
683 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection());
712 MCSectionWasm &DataSection) {
1060 auto *FuncSection = static_cast<MCSectionWasm *>(Func.Section);
1329 static bool isSectionReferenced(MCAssembler &Asm, MCSectionWasm &Section) {
1335 auto &RefSection = static_cast<MCSectionWasm &>(WS.getSection());
1490 auto &Section = static_cast<MCSectionWasm &>(Sec);
1611 auto &Section = static_cast<MCSectionWasm &>(WS.getSection());
1649 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection());
1758 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection());
1862 const auto &WS = static_cast<const MCSectionWasm &>(S);