Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMachObjectWriter.cpp58 RelocType = unsigned(MachO::ARM_RELOC_VANILLA); in getARMFixupKindMachOInfo()
275 assert(Type == MachO::ARM_RELOC_VANILLA && "invalid reloc for 2 symbols"); in recordARMScatteredRelocation()
367 unsigned RelocType = MachO::ARM_RELOC_VANILLA; in recordRelocation()
399 if (IsPCRel && RelocType == MachO::ARM_RELOC_VANILLA) in recordRelocation()
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOARM.h235 case MachO::ARM_RELOC_VANILLA: in resolveRelocation()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h440 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA, enumerator