Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp226 bool IsInstFixup = (Kind >= FirstTargetFixupKind); in applyFixup() local
228 if (IsLittleEndian && IsInstFixup && (NumBytes == 4)) { in applyFixup()