Home
last modified time | relevance | path

Searched refs:getRelocationKind (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp52 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in __anon58c9e2f60111::ELFLinkGraphBuilder_loongarch
111 Expected<loongarch::EdgeKind_loongarch> Kind = getRelocationKind(Type); in addSingleRelocation()
H A DELF_i386.cpp115 static Expected<i386::EdgeKind_i386> getRelocationKind(const uint32_t Type) { in getRelocationKind() function in llvm::jitlink::ELFLinkGraphBuilder_i386
181 Expected<i386::EdgeKind_i386> Kind = getRelocationKind(Rel.getType(false)); in addSingleRelocation()
H A DMachO_arm64.cpp56 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind() function in __anonbaec73540111::MachOLinkGraphBuilder_arm64
273 auto MachORelocKind = getRelocationKind(RI); in addRelocations()
321 MachORelocKind = getRelocationKind(RI); in addRelocations()
H A DELF_aarch64.cpp77 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in __anonda38a8020111::ELFLinkGraphBuilder_aarch64
172 Expected<ELFAArch64RelocationKind> RelocKind = getRelocationKind(Type); in addSingleRelocation()
H A DELF_riscv.cpp780 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in llvm::jitlink::ELFLinkGraphBuilder_riscv
894 Expected<riscv::EdgeKind_riscv> Kind = getRelocationKind(Type); in addSingleRelocation()