Home
last modified time | relevance | path

Searched defs:FixupSection (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp68 const MCSectionWasm &FixupSection, bool IsLocRel) const { in getRelocType() argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h603 auto FixupSection = Obj.getSection(RelSect.sh_info); in forEachRelaRelocation() local
653 auto FixupSection = Obj.getSection(RelSect.sh_info); in forEachRelRelocation() local
H A DELF_i386.cpp163 const typename ELFT::Shdr &FixupSection, in addSingleRelocation()
H A DELF_x86_64.cpp127 const typename ELFT::Shdr &FixupSection, in addSingleRelocation()
H A DELF_ppc64.cpp226 const typename ELFT::Shdr &FixupSection, in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp98 const MCSectionWasm *FixupSection; // The section the relocation is targeting. member
492 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation() local
H A DELFObjectWriter.cpp1445 const MCSectionELF &FixupSection = cast<MCSectionELF>(*Fragment->getParent()); in recordRelocation() local