Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp38 const MCSectionWasm &FixupSection,
68 const MCSectionWasm &FixupSection, bool IsLocRel) const { in getRelocType() argument
119 if (FixupSection.getKind().isMetadata()) in getRelocType()
121 assert(FixupSection.isWasmData()); in getRelocType()
137 if (FixupSection.getKind().isMetadata()) in getRelocType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp104 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
106 FixupSection(FixupSection) {} in WasmRelocationEntry()
113 << ", FixupSection=" << FixupSection->getName(); in print()
454 if (FixupSection.getKind().isText()) { in recordRelocation()
469 if (&SecB != &FixupSection) { in recordRelocation()
484 if (FixupSection.getName().startswith(".init_array")) { in recordRelocation()
516 if (!FixupSection.getKind().isMetadata()) in recordRelocation()
574 if (FixupSection.isWasmData()) { in recordRelocation()
576 } else if (FixupSection.getKind().isText()) { in recordRelocation()
578 } else if (FixupSection.getKind().isMetadata()) { in recordRelocation()
[all …]
H A DELFObjectWriter.cpp1409 const MCSectionELF &FixupSection = cast<MCSectionELF>(*Fragment->getParent()); in recordRelocation() local
1425 if (&SecB != &FixupSection) { in recordRelocation()
1454 if (!checkRelocation(Ctx, Fixup.getLoc(), &FixupSection, SecA)) in recordRelocation()
1479 Relocations[&FixupSection].push_back(Rec); in recordRelocation()
1494 Relocations[&FixupSection].push_back(Rec); in recordRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWasmObjectWriter.h38 const MCSectionWasm &FixupSection,