Searched refs:FixupSection (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELFLinkGraphBuilder.h | 525 auto FixupSection = Obj.getSection(RelSect.sh_info); in forEachRelaRelocation() local 526 if (!FixupSection) in forEachRelaRelocation() 527 return FixupSection.takeError(); in forEachRelaRelocation() 530 Expected<StringRef> Name = Obj.getSectionName(**FixupSection); in forEachRelaRelocation() 554 if (Error Err = Func(R, **FixupSection, *BlockToFix)) in forEachRelaRelocation() 572 auto FixupSection = Obj.getSection(RelSect.sh_info); in forEachRelRelocation() local 573 if (!FixupSection) in forEachRelRelocation() 574 return FixupSection.takeError(); in forEachRelRelocation() 577 Expected<StringRef> Name = Obj.getSectionName(**FixupSection); in forEachRelRelocation() 601 if (Error Err = Func(R, **FixupSection, *BlockToFix)) in forEachRelRelocation()
|
| H A D | ELF_i386.cpp | 160 const typename ELFT::Shdr &FixupSection, in addSingleRelocation() argument 182 auto FixupAddress = orc::ExecutorAddr(FixupSection.sh_addr) + Rel.r_offset; in addSingleRelocation()
|
| H A D | ELF_x86_64.cpp | 178 const typename ELFT::Shdr &FixupSection, in addSingleRelocation() argument 255 auto FixupAddress = orc::ExecutorAddr(FixupSection.sh_addr) + Rel.r_offset; in addSingleRelocation()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 98 const MCSectionWasm *FixupSection; // The section the relocation is targeting. member 102 const MCSectionWasm *FixupSection) in WasmRelocationEntry() 104 FixupSection(FixupSection) {} in WasmRelocationEntry() 111 << ", FixupSection=" << FixupSection->getName(); in print() 492 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation() local 502 if (FixupSection.getKind().isText()) { in recordRelocation() 517 if (&SecB != &FixupSection) { in recordRelocation() 532 if (FixupSection.getName().startswith(".init_array")) { in recordRelocation() 550 TargetObjectWriter->getRelocType(Target, Fixup, FixupSection, IsLocRel); in recordRelocation() 564 if (!FixupSection.getKind().isMetadata()) in recordRelocation() [all …]
|
| H A D | ELFObjectWriter.cpp | 1434 const MCSectionELF &FixupSection = cast<MCSectionELF>(*Fragment->getParent()); in recordRelocation() local 1450 if (&SecB != &FixupSection) { in recordRelocation() 1479 if (!checkRelocation(Ctx, Fixup.getLoc(), &FixupSection, SecA)) in recordRelocation() 1504 Relocations[&FixupSection].push_back(Rec); in recordRelocation() 1519 Relocations[&FixupSection].push_back(Rec); in recordRelocation()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCWasmObjectWriter.h | 38 const MCSectionWasm &FixupSection,
|