Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h76 MachO::RelocationInfoType RelType = in getRelocationEntry()
77 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h139 result.type = (RelocationInfoType) in unpackRelocation()
149 result.type = (RelocationInfoType) in unpackRelocation()
H A DMachONormalizedFile.h67 using llvm::MachO::RelocationInfoType;
89 RelocationInfoType type;
H A DArchHandler.cpp94 result.type = (RelocationInfoType)(pattern & 0xF); in relocFromPattern()
H A DMachONormalizedFileYAML.cpp369 struct ScalarEnumerationTraits<RelocationInfoType> {
370 static void enumeration(IO &io, RelocationInfoType &value) { in enumeration()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h157 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
361 MachO::RelocationInfoType RelType = in resolveRelocation()
362 static_cast<MachO::RelocationInfoType>(RE.RelType); in resolveRelocation()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h392 enum RelocationInfoType { enum