Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h76 MachO::RelocationInfoType RelType = in getRelocationEntry()
77 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h134 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
308 MachO::RelocationInfoType RelType = in resolveRelocation()
309 static_cast<MachO::RelocationInfoType>(RE.RelType); in resolveRelocation()
/external/llvm/include/llvm/Support/
DMachO.h437 enum RelocationInfoType { enum