Home
last modified time | relevance | path

Searched refs:RelocationInfoType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h75 MachO::RelocationInfoType RelType = in getRelocationEntry()
76 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h156 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
360 MachO::RelocationInfoType RelType = in resolveRelocation()
361 static_cast<MachO::RelocationInfoType>(RE.RelType); in resolveRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h405 enum RelocationInfoType { enum