Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp409 unsigned FulleSizeInBytes = getFixupKindContainereSizeInBytes(Fixup.getKind()); in applyFixup() local
413 if (FulleSizeInBytes == 0) { in applyFixup()
420 assert((Offset + FulleSizeInBytes) <= Data.size() && "Invalid fixup size!"); in applyFixup()
421 assert(NumBytes <= FulleSizeInBytes && "Invalid fixup size!"); in applyFixup()
423 unsigned Idx = FulleSizeInBytes - 1 - i; in applyFixup()