Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDELF_loongarch.cpp52 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in __anon32a3a7790111::ELFLinkGraphBuilder_loongarch
111 Expected<loongarch::EdgeKind_loongarch> Kind = getRelocationKind(Type); in addSingleRelocation()
HDELF_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()
HDMachO_arm64.cpp57 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind() function in __anon4f753b170111::MachOLinkGraphBuilder_arm64
274 auto MachORelocKind = getRelocationKind(RI); in addRelocations()
322 MachORelocKind = getRelocationKind(RI); in addRelocations()
HDELF_aarch64.cpp80 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in __anon6ec16fc50111::ELFLinkGraphBuilder_aarch64
177 Expected<ELFAArch64RelocationKind> RelocKind = getRelocationKind(Type); in addSingleRelocation()
HDELF_riscv.cpp783 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in llvm::jitlink::ELFLinkGraphBuilder_riscv
897 Expected<riscv::EdgeKind_riscv> Kind = getRelocationKind(Type); in addSingleRelocation()