Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp413 unsigned FulleSizeInBytes = getFixupKindContainereSizeInBytes(Fixup.getKind()); in applyFixup() local
417 if (FulleSizeInBytes == 0) { in applyFixup()
424 assert((Offset + FulleSizeInBytes) <= Data.size() && "Invalid fixup size!"); in applyFixup()
425 assert(NumBytes <= FulleSizeInBytes && "Invalid fixup size!"); in applyFixup()
427 unsigned Idx = FulleSizeInBytes - 1 - i; in applyFixup()