Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp38 const MCSectionWasm &FixupSection,
68 const MCSectionWasm &FixupSection, bool IsLocRel) const { in getRelocType() argument
123 if (FixupSection.getKind().isMetadata()) in getRelocType()
125 assert(FixupSection.isWasmData()); in getRelocType()
141 if (FixupSection.getKind().isMetadata()) in getRelocType()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp102 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
104 FixupSection(FixupSection) {} in WasmRelocationEntry()
111 << ", FixupSection=" << FixupSection->getName(); in print()
502 if (FixupSection.getKind().isText()) { in recordRelocation()
517 if (&SecB != &FixupSection) { in recordRelocation()
532 if (FixupSection.getName().startswith(".init_array")) { in recordRelocation()
564 if (!FixupSection.getKind().isMetadata()) in recordRelocation()
628 if (FixupSection.isWasmData()) { in recordRelocation()
630 } else if (FixupSection.getKind().isText()) { in recordRelocation()
632 } else if (FixupSection.getKind().isMetadata()) { in recordRelocation()
[all …]
H A DELFObjectWriter.cpp1395 const MCSectionELF &FixupSection = cast<MCSectionELF>(*Fragment->getParent()); in recordRelocation() local
1411 if (&SecB != &FixupSection) { in recordRelocation()
1440 if (!checkRelocation(Ctx, Fixup.getLoc(), &FixupSection, SecA)) in recordRelocation()
1465 Relocations[&FixupSection].push_back(Rec); in recordRelocation()
1480 Relocations[&FixupSection].push_back(Rec); in recordRelocation()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h489 auto FixupSection = Obj.getSection(RelSect.sh_info); in forEachRelocation() local
490 if (!FixupSection) in forEachRelocation()
491 return FixupSection.takeError(); in forEachRelocation()
494 Expected<StringRef> Name = Obj.getSectionName(**FixupSection); in forEachRelocation()
518 if (Error Err = Func(R, **FixupSection, *BlockToFix)) in forEachRelocation()
H A DELF_x86_64.cpp164 const typename ELFT::Shdr &FixupSection, in addSingleRelocation() argument
241 auto FixupAddress = orc::ExecutorAddr(FixupSection.sh_addr) + Rel.r_offset; in addSingleRelocation()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCWasmObjectWriter.h38 const MCSectionWasm &FixupSection,