Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp450 unsigned FulleSizeInBytes = getFixupKindContainereSizeInBytes(Fixup.getKind()); in applyFixup() local
454 if (FulleSizeInBytes == 0) { in applyFixup()
461 assert((Offset + FulleSizeInBytes) <= Data.size() && "Invalid fixup size!"); in applyFixup()
462 assert(NumBytes <= FulleSizeInBytes && "Invalid fixup size!"); in applyFixup()
464 unsigned Idx = FulleSizeInBytes - 1 - i; in applyFixup()