Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp52 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in __anondc3fddf70111::ELFLinkGraphBuilder_loongarch
111 Expected<loongarch::EdgeKind_loongarch> Kind = getRelocationKind(Type); in addSingleRelocation()
H A DELF_i386.cpp114 static Expected<i386::EdgeKind_i386> getRelocationKind(const uint32_t Type) { in getRelocationKind() function in llvm::jitlink::ELFLinkGraphBuilder_i386
178 Expected<i386::EdgeKind_i386> Kind = getRelocationKind(Rel.getType(false)); in addSingleRelocation()
H A DMachO_arm64.cpp55 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind() function in __anon16f5ba150111::MachOLinkGraphBuilder_arm64
252 auto MachORelocKind = getRelocationKind(RI); in addRelocations()
300 MachORelocKind = getRelocationKind(RI); in addRelocations()
H A DELF_x86_64.cpp124 static Expected<ELFX86RelocationKind> getRelocationKind(const uint32_t Type) { in getRelocationKind() function in llvm::jitlink::ELFLinkGraphBuilder_x86_64
197 auto ELFRelocKind = getRelocationKind(Rel.getType(false)); in addSingleRelocation()
H A DELF_aarch64.cpp73 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in __anon3641eec30111::ELFLinkGraphBuilder_aarch64
160 Expected<ELFAArch64RelocationKind> RelocKind = getRelocationKind(Type); in addSingleRelocation()
H A DELF_riscv.cpp470 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in llvm::jitlink::ELFLinkGraphBuilder_riscv
576 Expected<riscv::EdgeKind_riscv> Kind = getRelocationKind(Type); in addSingleRelocation()