Searched refs:FixupSection (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyWasmObjectWriter.cpp | 38 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 D | WasmObjectWriter.cpp | 102 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 D | ELFObjectWriter.cpp | 1395 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 D | ELFLinkGraphBuilder.h | 489 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 D | ELF_x86_64.cpp | 164 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 D | MCWasmObjectWriter.h | 38 const MCSectionWasm &FixupSection,
|