Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp378 unsigned FulleSizeInBytes = getFixupKindContainereSizeInBytes(Fixup.getKind()); in applyFixup() local
382 if (FulleSizeInBytes == 0) { in applyFixup()
389 assert((Offset + FulleSizeInBytes) <= Data.size() && "Invalid fixup size!"); in applyFixup()
390 assert(NumBytes <= FulleSizeInBytes && "Invalid fixup size!"); in applyFixup()
392 unsigned Idx = FulleSizeInBytes - 1 - i; in applyFixup()