Searched refs:isNonILP32reloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp57 static bool isNonILP32reloc(const MCFixup &Fixup, function
185 if (IsILP32 && isNonILP32reloc(Fixup, RefKind, Ctx))
375 // ILP32 case not reached here, tested with isNonILP32reloc

Completed in 101 milliseconds