Home
last modified time | relevance | path

Searched refs:FixupSection (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp100 const MCSectionWasm *FixupSection; // The section the relocation is targeting. member
104 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() local
454 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 …]
H A DELFObjectWriter.cpp1425 const MCSectionELF &FixupSection = cast<MCSectionELF>(*Fragment->getParent()); in recordRelocation() local
1441 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()