Searched refs:FixupSection (Results 1 – 2 of 2) sorted by relevance
100 const MCSectionWasm *FixupSection; // The section the relocation is targeting. member104 const MCSectionWasm *FixupSection) in WasmRelocationEntry()106 FixupSection(FixupSection) {} in WasmRelocationEntry()113 << ", FixupSection=" << FixupSection->getName(); in print()444 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation() local454 if (FixupSection.getKind().isText()) { in recordRelocation()469 if (&SecB != &FixupSection) { in recordRelocation()484 if (FixupSection.getName().startswith(".init_array")) { in recordRelocation()509 if (!FixupSection.getKind().isMetadata()) in recordRelocation()564 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection); in recordRelocation()[all …]
1425 const MCSectionELF &FixupSection = cast<MCSectionELF>(*Fragment->getParent()); in recordRelocation() local1441 if (&SecB != &FixupSection) { in recordRelocation()1470 if (!checkRelocation(Ctx, Fixup.getLoc(), &FixupSection, SecA)) in recordRelocation()1491 Relocations[&FixupSection].push_back(Rec); in recordRelocation()1506 Relocations[&FixupSection].push_back(Rec); in recordRelocation()