Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h138 result.type = (RelocationInfoType) in unpackRelocation()
148 result.type = (RelocationInfoType) in unpackRelocation()
H A DMachONormalizedFile.h66 using llvm::MachO::RelocationInfoType;
88 RelocationInfoType type;
H A DArchHandler.cpp93 result.type = (RelocationInfoType)(pattern & 0xF); in relocFromPattern()
H A DMachONormalizedFileYAML.cpp368 struct ScalarEnumerationTraits<RelocationInfoType> {
369 static void enumeration(IO &io, RelocationInfoType &value) { in enumeration()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h398 enum RelocationInfoType { enum