Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp55 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind() function in __anon0dbaf98e0111::MachOLinkGraphBuilder_arm64
252 auto MachORelocKind = getRelocationKind(RI); in addRelocations()
300 MachORelocKind = getRelocationKind(RI); in addRelocations()
H A DELF_x86_64.cpp110 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in llvm::jitlink::ELFLinkGraphBuilder_x86_64
183 auto ELFRelocKind = getRelocationKind(Rel.getType(false)); in addSingleRelocation()
H A DELF_aarch64.cpp73 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in __anon2d072e3c0111::ELFLinkGraphBuilder_aarch64
160 Expected<ELFAArch64RelocationKind> RelocKind = getRelocationKind(Type); in addSingleRelocation()
H A DELF_riscv.cpp417 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in llvm::jitlink::ELFLinkGraphBuilder_riscv
517 Expected<riscv::EdgeKind_riscv> Kind = getRelocationKind(Type); in addSingleRelocation()